summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-12 08:22:35 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-12 08:22:35 (GMT)
commit588c7e44bcd724765b620e3b0c64af59d83c8ac5 (patch)
treed7c921b5d40a7bafff7270cac55e5520244bcb76
parent4dfa997a0caaad37fdec2b97b353e05aab76ce94 (diff)
downloadQt-588c7e44bcd724765b620e3b0c64af59d83c8ac5.zip
Qt-588c7e44bcd724765b620e3b0c64af59d83c8ac5.tar.gz
Qt-588c7e44bcd724765b620e3b0c64af59d83c8ac5.tar.bz2
Compile
-rw-r--r--tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp b/tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp
index ece6030..fe2658c 100644
--- a/tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp
+++ b/tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp
@@ -41,7 +41,7 @@
#include <qtest.h>
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcontext.h>
-#include <private/qmlpropertymap_p.h>
+#include <QtDeclarative/qmlpropertymap.h>
#include <QtDeclarative/qmlcomponent.h>
#include <private/qmlgraphicstext_p.h>
#include <QSignalSpy>