summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/alias.3.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/alias.3.qml')
-rw-r--r--tests/auto/declarative/qmllanguage/data/alias.3.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/alias.3.qml b/tests/auto/declarative/qmllanguage/data/alias.3.qml
index e25fbae..fa8a253 100644
--- a/tests/auto/declarative/qmllanguage/data/alias.3.qml
+++ b/tests/auto/declarative/qmllanguage/data/alias.3.qml
@@ -1,6 +1,6 @@
import Qt 4.6
-Object {
+QtObject {
property var other
other: Alias { id: MyAliasObject }