diff options
Diffstat (limited to 'examples/quick/controls/touch/main.qml')
-rw-r--r-- | examples/quick/controls/touch/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/controls/touch/main.qml b/examples/quick/controls/touch/main.qml index 9f93cb78..04509803 100644 --- a/examples/quick/controls/touch/main.qml +++ b/examples/quick/controls/touch/main.qml @@ -39,7 +39,7 @@ ****************************************************************************/ import QtQuick 2.1 -import QtQuick.Controls 1.0 +import QtQuick.Controls 1.1 import "content" ApplicationWindow { |