summaryrefslogtreecommitdiffstats
path: root/examples/sensors/qmlsensorgestures/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/qmlsensorgestures/Button.qml')
-rw-r--r--examples/sensors/qmlsensorgestures/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sensors/qmlsensorgestures/Button.qml b/examples/sensors/qmlsensorgestures/Button.qml
index 56430f1b..015d8999 100644
--- a/examples/sensors/qmlsensorgestures/Button.qml
+++ b/examples/sensors/qmlsensorgestures/Button.qml
@@ -49,7 +49,7 @@
****************************************************************************/
//Import the declarative plugins
-import QtQuick 2.0
+import QtQuick
//Implementation of the Button control.
Item {