aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/WatchFace
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/WatchFace')
-rw-r--r--examples/quickcontrols2/wearable/qml/WatchFace/Clock.qml2
-rw-r--r--examples/quickcontrols2/wearable/qml/WatchFace/WatchFaceMain.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/quickcontrols2/wearable/qml/WatchFace/Clock.qml b/examples/quickcontrols2/wearable/qml/WatchFace/Clock.qml
index 06446553..545c1b6e 100644
--- a/examples/quickcontrols2/wearable/qml/WatchFace/Clock.qml
+++ b/examples/quickcontrols2/wearable/qml/WatchFace/Clock.qml
@@ -49,7 +49,7 @@
****************************************************************************/
import QtQuick 2.7
-import "../Common"
+import "../Style"
Item {
id: clock
diff --git a/examples/quickcontrols2/wearable/qml/WatchFace/WatchFaceMain.qml b/examples/quickcontrols2/wearable/qml/WatchFace/WatchFaceMain.qml
index d65ca798..33e6dcfb 100644
--- a/examples/quickcontrols2/wearable/qml/WatchFace/WatchFaceMain.qml
+++ b/examples/quickcontrols2/wearable/qml/WatchFace/WatchFaceMain.qml
@@ -50,7 +50,7 @@
import QtQuick 2.7
import QtQuick.Controls 2.0 as QQC2
-import "../Common"
+import "../Style"
Item {
QQC2.SwipeView {