summaryrefslogtreecommitdiffstats
path: root/examples/declarative/dynamic/qml/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/dynamic/qml/Button.qml')
-rw-r--r--examples/declarative/dynamic/qml/Button.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/dynamic/qml/Button.qml b/examples/declarative/dynamic/qml/Button.qml
index 757e295..53588bb 100644
--- a/examples/declarative/dynamic/qml/Button.qml
+++ b/examples/declarative/dynamic/qml/Button.qml
@@ -1,9 +1,9 @@
-import Qt 4.6
+import Qt 4.7
Rectangle {
id: container
- property var text
+ property variant text
signal clicked
SystemPalette { id: activePalette }