summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmldesigner/data/fx/topitem.qml
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-10-01 13:17:59 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-10-01 13:21:09 +0200
commit9a49ad003a8d9f5d73646de306ab2b60ace8e0d7 (patch)
treea7b89218d6aeffde98f6ce32da5f836f50e68fc9 /tests/auto/qml/qmldesigner/data/fx/topitem.qml
parentb4af592dc03bcde882cb6065555d4c48ae9fc1a3 (diff)
downloadqt-creator-9a49ad003a8d9f5d73646de306ab2b60ace8e0d7.tar.gz
QmlDesigner: using QtQuick 1.0 instead of Qt 4.7
huge renaming from Qt to QtQuick propertyeditor qml files moved from Qt to QtQuick auotests fixed files used in tests fixed autotests pass Task-number: QTCREATORBUG-2556 Reviewed-by: Kai Koehne
Diffstat (limited to 'tests/auto/qml/qmldesigner/data/fx/topitem.qml')
-rw-r--r--tests/auto/qml/qmldesigner/data/fx/topitem.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qml/qmldesigner/data/fx/topitem.qml b/tests/auto/qml/qmldesigner/data/fx/topitem.qml
index 244a7ac6f3..84ef3c829c 100644
--- a/tests/auto/qml/qmldesigner/data/fx/topitem.qml
+++ b/tests/auto/qml/qmldesigner/data/fx/topitem.qml
@@ -1,5 +1,5 @@
-import Qt 4.7
-import Qt 4.7 as Qt46
+import QtQuick 1.0
+import QtQuick 1.0 as Qt46
import "subitems"
import "subitems" as Subdir