summaryrefslogtreecommitdiffstats
path: root/stroke-list
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-09-23 10:54:54 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2010-09-23 10:54:54 +0200
commit4269e7a853a069e4943812e3c8d9539e69fb956a (patch)
tree3d95f22150e286e3f59d5814d5ce494a215d58a2 /stroke-list
parent73a5cbfbee575978da6162411af2c55dd705abe5 (diff)
Fix import version for Gestures to 2.0
Diffstat (limited to 'stroke-list')
-rw-r--r--stroke-list/Button.qml2
-rw-r--r--stroke-list/StrokeList.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/stroke-list/Button.qml b/stroke-list/Button.qml
index a3fdfe1..b79fd50 100644
--- a/stroke-list/Button.qml
+++ b/stroke-list/Button.qml
@@ -1,5 +1,5 @@
import Qt 4.7
-import Qt.labs.gestures 1.0
+import Qt.labs.gestures 2.0
Rectangle {
id: button
diff --git a/stroke-list/StrokeList.qml b/stroke-list/StrokeList.qml
index edf1fed..ccf4b27 100644
--- a/stroke-list/StrokeList.qml
+++ b/stroke-list/StrokeList.qml
@@ -1,5 +1,5 @@
import Qt 4.7
-import Qt.labs.gestures 1.0
+import Qt.labs.gestures 2.0
Rectangle {