aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/gettingStarted/gsQml/core
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/gettingStarted/gsQml/core')
-rw-r--r--examples/tutorials/gettingStarted/gsQml/core/Button.qml2
-rw-r--r--examples/tutorials/gettingStarted/gsQml/core/EditMenu.qml2
-rw-r--r--examples/tutorials/gettingStarted/gsQml/core/FileDialog.qml2
-rw-r--r--examples/tutorials/gettingStarted/gsQml/core/FileMenu.qml2
-rw-r--r--examples/tutorials/gettingStarted/gsQml/core/MenuBar.qml2
-rw-r--r--examples/tutorials/gettingStarted/gsQml/core/TextArea.qml2
6 files changed, 6 insertions, 6 deletions
diff --git a/examples/tutorials/gettingStarted/gsQml/core/Button.qml b/examples/tutorials/gettingStarted/gsQml/core/Button.qml
index 1b53b77774..5bd404f2c5 100644
--- a/examples/tutorials/gettingStarted/gsQml/core/Button.qml
+++ b/examples/tutorials/gettingStarted/gsQml/core/Button.qml
@@ -39,7 +39,7 @@
****************************************************************************/
-import QtQuick 1.0
+import QtQuick 2.0
Rectangle {
//identifier of the item
diff --git a/examples/tutorials/gettingStarted/gsQml/core/EditMenu.qml b/examples/tutorials/gettingStarted/gsQml/core/EditMenu.qml
index 00729a737c..3db560a996 100644
--- a/examples/tutorials/gettingStarted/gsQml/core/EditMenu.qml
+++ b/examples/tutorials/gettingStarted/gsQml/core/EditMenu.qml
@@ -39,7 +39,7 @@
****************************************************************************/
-import QtQuick 1.0
+import QtQuick 2.0
Rectangle {
id: editMenu
diff --git a/examples/tutorials/gettingStarted/gsQml/core/FileDialog.qml b/examples/tutorials/gettingStarted/gsQml/core/FileDialog.qml
index 52c00b5e5c..fbb91dfead 100644
--- a/examples/tutorials/gettingStarted/gsQml/core/FileDialog.qml
+++ b/examples/tutorials/gettingStarted/gsQml/core/FileDialog.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
-import QtQuick 1.0
+import QtQuick 2.0
Rectangle {
id:dialog
diff --git a/examples/tutorials/gettingStarted/gsQml/core/FileMenu.qml b/examples/tutorials/gettingStarted/gsQml/core/FileMenu.qml
index e8990dc37c..9fc37f79b9 100644
--- a/examples/tutorials/gettingStarted/gsQml/core/FileMenu.qml
+++ b/examples/tutorials/gettingStarted/gsQml/core/FileMenu.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
-import QtQuick 1.0
+import QtQuick 2.0
import "../filedialog" 1.0
Rectangle {
diff --git a/examples/tutorials/gettingStarted/gsQml/core/MenuBar.qml b/examples/tutorials/gettingStarted/gsQml/core/MenuBar.qml
index 4c4b71263a..24034855fa 100644
--- a/examples/tutorials/gettingStarted/gsQml/core/MenuBar.qml
+++ b/examples/tutorials/gettingStarted/gsQml/core/MenuBar.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
-import QtQuick 1.0
+import QtQuick 2.0
Rectangle {
id: menuBar
diff --git a/examples/tutorials/gettingStarted/gsQml/core/TextArea.qml b/examples/tutorials/gettingStarted/gsQml/core/TextArea.qml
index bf7b0beb70..6e6345edfd 100644
--- a/examples/tutorials/gettingStarted/gsQml/core/TextArea.qml
+++ b/examples/tutorials/gettingStarted/gsQml/core/TextArea.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
-import QtQuick 1.0
+import QtQuick 2.0
Rectangle {
id:textArea