aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldevtools/compile/tst_compile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmldevtools/compile/tst_compile.cpp')
-rw-r--r--tests/auto/qmldevtools/compile/tst_compile.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/auto/qmldevtools/compile/tst_compile.cpp b/tests/auto/qmldevtools/compile/tst_compile.cpp
index bcd602b8bc..0955eb4a8e 100644
--- a/tests/auto/qmldevtools/compile/tst_compile.cpp
+++ b/tests/auto/qmldevtools/compile/tst_compile.cpp
@@ -40,11 +40,11 @@
****************************************************************************/
#include <qtest.h>
-#include <private/qdeclarativejsengine_p.h>
-#include <private/qdeclarativejslexer_p.h>
-#include <private/qdeclarativejsparser_p.h>
-#include <private/qdeclarativejsastvisitor_p.h>
-#include <private/qdeclarativejsast_p.h>
+#include <private/qqmljsengine_p.h>
+#include <private/qqmljslexer_p.h>
+#include <private/qqmljsparser_p.h>
+#include <private/qqmljsastvisitor_p.h>
+#include <private/qqmljsast_p.h>
class tst_compile : public QObject
{