aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools')
-rw-r--r--tests/auto/tools/tst_tools.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/tools/tst_tools.cpp b/tests/auto/tools/tst_tools.cpp
index 39ff65f6d..bd88d01df 100644
--- a/tests/auto/tools/tst_tools.cpp
+++ b/tests/auto/tools/tst_tools.cpp
@@ -29,8 +29,9 @@
#include <tools/settings.h>
#include <tools/tst_tools.h>
-#include <QCoreApplication>
-#include <QTest>
+#include <QtCore/qcoreapplication.h>
+
+#include <QtTest/qtest.h>
int main(int argc, char *argv[])
{