summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/globaldata
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/globaldata')
-rw-r--r--tests/auto/testlib/selftests/globaldata/tst_globaldata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/globaldata/tst_globaldata.cpp b/tests/auto/testlib/selftests/globaldata/tst_globaldata.cpp
index 3c5c2c8f37..a1ddf1fe4c 100644
--- a/tests/auto/testlib/selftests/globaldata/tst_globaldata.cpp
+++ b/tests/auto/testlib/selftests/globaldata/tst_globaldata.cpp
@@ -28,7 +28,7 @@
#include <QtCore/QCoreApplication>
-#include <QtTest/QtTest>
+#include <QTest>
#include <QDebug>
class tst_globaldata: public QObject