summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/hello-world
diff options
context:
space:
mode:
Diffstat (limited to 'examples/applicationmanager/hello-world')
-rw-r--r--examples/applicationmanager/hello-world/apps/hello-world.blue/main.qml2
-rw-r--r--examples/applicationmanager/hello-world/apps/hello-world.green/main.qml2
-rw-r--r--examples/applicationmanager/hello-world/apps/hello-world.red/main.qml2
-rw-r--r--examples/applicationmanager/hello-world/system-ui.qml2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/applicationmanager/hello-world/apps/hello-world.blue/main.qml b/examples/applicationmanager/hello-world/apps/hello-world.blue/main.qml
index 5d1afac7..53d9df3b 100644
--- a/examples/applicationmanager/hello-world/apps/hello-world.blue/main.qml
+++ b/examples/applicationmanager/hello-world/apps/hello-world.blue/main.qml
@@ -51,7 +51,7 @@
****************************************************************************/
import QtQuick 2.4
-import QtApplicationManager.Application 1.0
+import QtApplicationManager.Application 2.0
ApplicationManagerWindow {
color: "blue"
diff --git a/examples/applicationmanager/hello-world/apps/hello-world.green/main.qml b/examples/applicationmanager/hello-world/apps/hello-world.green/main.qml
index 916e2827..f8b02497 100644
--- a/examples/applicationmanager/hello-world/apps/hello-world.green/main.qml
+++ b/examples/applicationmanager/hello-world/apps/hello-world.green/main.qml
@@ -51,7 +51,7 @@
****************************************************************************/
import QtQuick 2.4
-import QtApplicationManager.Application 1.0
+import QtApplicationManager.Application 2.0
ApplicationManagerWindow {
color: "Green"
diff --git a/examples/applicationmanager/hello-world/apps/hello-world.red/main.qml b/examples/applicationmanager/hello-world/apps/hello-world.red/main.qml
index bba3216c..b8c86827 100644
--- a/examples/applicationmanager/hello-world/apps/hello-world.red/main.qml
+++ b/examples/applicationmanager/hello-world/apps/hello-world.red/main.qml
@@ -51,7 +51,7 @@
****************************************************************************/
import QtQuick 2.4
-import QtApplicationManager.Application 1.0
+import QtApplicationManager.Application 2.0
ApplicationManagerWindow {
color: "red"
diff --git a/examples/applicationmanager/hello-world/system-ui.qml b/examples/applicationmanager/hello-world/system-ui.qml
index 5cad6306..c9ca286c 100644
--- a/examples/applicationmanager/hello-world/system-ui.qml
+++ b/examples/applicationmanager/hello-world/system-ui.qml
@@ -51,7 +51,7 @@
****************************************************************************/
import QtQuick 2.4
-import QtApplicationManager.SystemUI 1.0
+import QtApplicationManager.SystemUI 2.0
Item {
width: 800