summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlmetaproperty/tst_qmlmetaproperty.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-05-08 03:33:37 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-05-08 03:33:37 (GMT)
commit2ce79831de76b32ef2b0b96aef7301a83cdcf73a (patch)
tree375ed90127a42bb00e6f0cfc1b30c5357570db8d /tests/auto/declarative/qmlmetaproperty/tst_qmlmetaproperty.cpp
parent009e825d2da38b95fb2efbfbdefc4b58c8bf0fa8 (diff)
downloadQt-2ce79831de76b32ef2b0b96aef7301a83cdcf73a.zip
Qt-2ce79831de76b32ef2b0b96aef7301a83cdcf73a.tar.gz
Qt-2ce79831de76b32ef2b0b96aef7301a83cdcf73a.tar.bz2
Get autotests compiling again. Start converting syntax.
Diffstat (limited to 'tests/auto/declarative/qmlmetaproperty/tst_qmlmetaproperty.cpp')
-rw-r--r--tests/auto/declarative/qmlmetaproperty/tst_qmlmetaproperty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlmetaproperty/tst_qmlmetaproperty.cpp b/tests/auto/declarative/qmlmetaproperty/tst_qmlmetaproperty.cpp
index 3a87070..1163dda 100644
--- a/tests/auto/declarative/qmlmetaproperty/tst_qmlmetaproperty.cpp
+++ b/tests/auto/declarative/qmlmetaproperty/tst_qmlmetaproperty.cpp
@@ -1,5 +1,5 @@
#include <qtest.h>
-#include <QtDeclarative/QmlEngine.h>
+#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcomponent.h>
#include <QtDeclarative/qmlmetaproperty.h>
#include <QtGui/QLineEdit>