summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/skipcleanup/tst_skipcleanup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/skipcleanup/tst_skipcleanup.cpp')
-rw-r--r--tests/auto/testlib/selftests/skipcleanup/tst_skipcleanup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/skipcleanup/tst_skipcleanup.cpp b/tests/auto/testlib/selftests/skipcleanup/tst_skipcleanup.cpp
index e51e85a19f..df26e09648 100644
--- a/tests/auto/testlib/selftests/skipcleanup/tst_skipcleanup.cpp
+++ b/tests/auto/testlib/selftests/skipcleanup/tst_skipcleanup.cpp
@@ -26,7 +26,7 @@
**
****************************************************************************/
-#include <QtTest/QtTest>
+#include <QTest>
class tst_SkipCleanup: public QObject
{