aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/samegame/content/SamegameText.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/demos/samegame/content/SamegameText.qml')
-rw-r--r--examples/quick/demos/samegame/content/SamegameText.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/demos/samegame/content/SamegameText.qml b/examples/quick/demos/samegame/content/SamegameText.qml
index 28c85f9486..e3bee989fb 100644
--- a/examples/quick/demos/samegame/content/SamegameText.qml
+++ b/examples/quick/demos/samegame/content/SamegameText.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import "../settings.js" as Settings
+import "settings.js" as Settings
Text {
font.pixelSize: Settings.fontPixelSize;