diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-12 08:22:35 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-12 08:22:35 (GMT) |
commit | 588c7e44bcd724765b620e3b0c64af59d83c8ac5 (patch) | |
tree | d7c921b5d40a7bafff7270cac55e5520244bcb76 | |
parent | 4dfa997a0caaad37fdec2b97b353e05aab76ce94 (diff) | |
download | Qt-588c7e44bcd724765b620e3b0c64af59d83c8ac5.zip Qt-588c7e44bcd724765b620e3b0c64af59d83c8ac5.tar.gz Qt-588c7e44bcd724765b620e3b0c64af59d83c8ac5.tar.bz2 |
Compile
-rw-r--r-- | tests/auto/declarative/qmlpropertymap/tst_qmlpropertymap.cpp | 2 |
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> |