aboutsummaryrefslogtreecommitdiffhomepage
path: root/qml/pages/Game.qml
diff options
context:
space:
mode:
authorMarvin Borner2020-04-13 17:28:34 +0200
committerMarvin Borner2020-04-13 17:28:34 +0200
commitab3c37cf59b14c517f3cfb374ddd0e8b108ba392 (patch)
treeee82cee9032e46afc339a3b4fea5778557fca913 /qml/pages/Game.qml
parent17e5f0ef4f5aac66ecb83e3b95839a5c4bdd5b94 (diff)
Fixed some bugs and warnings :)
Diffstat (limited to 'qml/pages/Game.qml')
-rw-r--r--qml/pages/Game.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/pages/Game.qml b/qml/pages/Game.qml
index 550f815..a45798e 100644
--- a/qml/pages/Game.qml
+++ b/qml/pages/Game.qml
@@ -1,6 +1,6 @@
import QtQuick 2.2
import Sailfish.Silica 1.0
-import org.nemomobile.configuration 1.0
+import Nemo.Configuration 1.0
import ".."
Page {