summaryrefslogtreecommitdiffstats
path: root/tests/qmlexample
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 09:50:27 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 09:50:27 +1000
commitc06d64bb49c26e13d8aa27275838389484bb64a0 (patch)
treea8bf10fc45d9b1d5d8507302f1f57bc7f35545c1 /tests/qmlexample
parent2dbed27be16066b2dd4b17f960758171c610daea (diff)
Use QtQuickTest as the uniform name for the module
Diffstat (limited to 'tests/qmlexample')
-rw-r--r--tests/qmlexample/tst_basic.qml2
-rw-r--r--tests/qmlexample/tst_item.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/qmlexample/tst_basic.qml b/tests/qmlexample/tst_basic.qml
index 05e8029..d905d9b 100644
--- a/tests/qmlexample/tst_basic.qml
+++ b/tests/qmlexample/tst_basic.qml
@@ -40,7 +40,7 @@
****************************************************************************/
import Qt 4.7
-import QtTest 1.0
+import QtQuickTest 1.0
TestCase {
name: "BasicTests"
diff --git a/tests/qmlexample/tst_item.qml b/tests/qmlexample/tst_item.qml
index 606d3a5..1b09cc2 100644
--- a/tests/qmlexample/tst_item.qml
+++ b/tests/qmlexample/tst_item.qml
@@ -40,7 +40,7 @@
****************************************************************************/
import Qt 4.7
-import QtTest 1.0
+import QtQuickTest 1.0
Rectangle {
id: foo