summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/dynamicProperties.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/dynamicProperties.qml')
-rw-r--r--tests/auto/declarative/qmllanguage/data/dynamicProperties.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/dynamicProperties.qml b/tests/auto/declarative/qmllanguage/data/dynamicProperties.qml
index 17fa974..aef3269 100644
--- a/tests/auto/declarative/qmllanguage/data/dynamicProperties.qml
+++ b/tests/auto/declarative/qmllanguage/data/dynamicProperties.qml
@@ -1,6 +1,6 @@
import Test 1.0
import Qt 4.6
-Object {
+QtObject {
default property int intProperty : 10
property bool boolProperty: false
property double doubleProperty: -10.1