summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/widgets')
-rw-r--r--tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp b/tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp
index 710b345658..33fb6b482a 100644
--- a/tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp
+++ b/tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp
@@ -27,15 +27,12 @@
****************************************************************************/
-#include <QtTest/QtTest>
-
#include <QTest>
#include <QSignalSpy>
-
-#include <qapplication.h>
-#include <qpixmap.h>
-#include <qdatetime.h>
-#include <qcheckbox.h>
+#include <QApplication>
+#include <QPixmap>
+#include <QDateTime>
+#include <QCheckBox>
class tst_QCheckBox : public QObject
{