aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/qml/ShortcutArea.qml
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/qml/ShortcutArea.qml')
-rw-r--r--HomeScreen/qml/ShortcutArea.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/HomeScreen/qml/ShortcutArea.qml b/HomeScreen/qml/ShortcutArea.qml
index 1d4a7c0..9ef8701 100644
--- a/HomeScreen/qml/ShortcutArea.qml
+++ b/HomeScreen/qml/ShortcutArea.qml
@@ -36,19 +36,19 @@ Item {
id: applicationModel
ListElement {
name: 'Home'
- application: 'webapps-rabbit@0.0'
+ application: 'home@0.1'
}
ListElement {
name: 'Multimedia'
- application: 'smarthome@0.1'
+ application: 'radio@0.1'
}
ListElement {
name: 'HVAC'
- application: 'hvac'
+ application: 'hvac@0.1'
}
ListElement {
name: 'Navigation'
- application: 'navigation'
+ application: 'controls@0.1'
}
}