summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp')
-rw-r--r--tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp b/tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp
index f3e62ab..0976e84 100644
--- a/tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp
+++ b/tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp
@@ -1,9 +1,9 @@
#include <qtest.h>
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcontext.h>
-#include <QtDeclarative/qmlpropertymap.h>
+#include <private/qmlpropertymap_p.h>
#include <QtDeclarative/qmlcomponent.h>
-#include <QtDeclarative/qmlgraphicstext.h>
+#include <private/qmlgraphicstext_p.h>
#include <QSignalSpy>
class tst_QmlPropertyMap : public QObject