summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qfuturesynchronizer/tst_qfuturesynchronizer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/concurrent/qfuturesynchronizer/tst_qfuturesynchronizer.cpp')
-rw-r--r--tests/auto/concurrent/qfuturesynchronizer/tst_qfuturesynchronizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/concurrent/qfuturesynchronizer/tst_qfuturesynchronizer.cpp b/tests/auto/concurrent/qfuturesynchronizer/tst_qfuturesynchronizer.cpp
index dbf957c85b..5d643a47f1 100644
--- a/tests/auto/concurrent/qfuturesynchronizer/tst_qfuturesynchronizer.cpp
+++ b/tests/auto/concurrent/qfuturesynchronizer/tst_qfuturesynchronizer.cpp
@@ -42,7 +42,7 @@
#include <QtTest>
#include <QtConcurrent/qfuturesynchronizer.h>
-#include <QtConcurrent/qfuture.h>
+#include <QtCore/qfuture.h>
class tst_QFutureSynchronizer : public QObject
{