aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/declarative/qdeclarativexmllistmodel/data/get.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativexmllistmodel/data/get.qml b/tests/auto/declarative/qdeclarativexmllistmodel/data/get.qml
index 4e03503f90..2466c031ab 100644
--- a/tests/auto/declarative/qdeclarativexmllistmodel/data/get.qml
+++ b/tests/auto/declarative/qdeclarativexmllistmodel/data/get.qml
@@ -1,4 +1,4 @@
-import QtQuick 1.0
+import QtQuick 2.0
XmlListModel {
source: "model.xml"