summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/script.11.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/script.11.qml')
-rw-r--r--tests/auto/declarative/qmllanguage/data/script.11.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/script.11.qml b/tests/auto/declarative/qmllanguage/data/script.11.qml
index d8313a3..6d2d598 100644
--- a/tests/auto/declarative/qmllanguage/data/script.11.qml
+++ b/tests/auto/declarative/qmllanguage/data/script.11.qml
@@ -1,7 +1,7 @@
import Qt 4.6
-Object {
+QtObject {
Script {
- Object {}
+ QtObject {}
}
}