Warning, file /frameworks/kwidgetsaddons/tests/kpagedialogtest.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002     This file is part of the KDE Libraries
0003     SPDX-FileCopyrightText: 2006 Tobias Koenig <tokoe@kde.org>
0004 
0005     SPDX-License-Identifier: LGPL-2.0-or-later
0006 */
0007 
0008 #ifndef KPAGEDIALOGTEST_H
0009 #define KPAGEDIALOGTEST_H
0010 
0011 #include "kpagedialog.h"
0012 
0013 class KPageDialogTest : public KPageDialog
0014 {
0015     Q_OBJECT
0016 
0017 public:
0018     KPageDialogTest(QWidget *parent = nullptr);
0019     ~KPageDialogTest() override;
0020 };
0021 
0022 #endif