aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.pelagicore.downloads/stores/ServerConfig.qml
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-10-31 11:38:12 +0100
committerDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-10-31 12:06:45 +0000
commit0484878b9f7aa20f8aaff6133bfc29f223ce7491 (patch)
tree2b067bf63869d41ce9251def6a0b800d95940d22 /apps/com.pelagicore.downloads/stores/ServerConfig.qml
parent3d07e5d7ca4bc90a6b286630e1383ee0bfd2132e (diff)
Use the new Qt Application Manager module names
Change-Id: I4c3a28e83140a380706adc46acd86e93ae7fda29 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'apps/com.pelagicore.downloads/stores/ServerConfig.qml')
-rw-r--r--apps/com.pelagicore.downloads/stores/ServerConfig.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/com.pelagicore.downloads/stores/ServerConfig.qml b/apps/com.pelagicore.downloads/stores/ServerConfig.qml
index 3ffaf9f7..d6fd59ce 100644
--- a/apps/com.pelagicore.downloads/stores/ServerConfig.qml
+++ b/apps/com.pelagicore.downloads/stores/ServerConfig.qml
@@ -31,7 +31,7 @@
import QtQuick 2.8
import "JSONBackend.js" as JSONBackend
-import QtApplicationManager 1.0
+import QtApplicationManager.SystemUI 1.0
import shared.utils 1.0