diff --git a/components/mobileshell/qml/statusbar/StatusBar.qml b/components/mobileshell/qml/statusbar/StatusBar.qml index 30e7bcd0..2ab1f275 100644 --- a/components/mobileshell/qml/statusbar/StatusBar.qml +++ b/components/mobileshell/qml/statusbar/StatusBar.qml @@ -65,7 +65,7 @@ Item { engine: "time" connectedSources: ["Local"] interval: 60 * 1000 - intervalAlignment: PlasmaCore.Types.AlignToMinute + intervalAlignment: P5Support.Types.AlignToMinute } property alias statusNotifierSource: statusNotifierSourceLoader.item diff --git a/components/mobileshell/qml/widgets/notifications/NotificationsWidget.qml b/components/mobileshell/qml/widgets/notifications/NotificationsWidget.qml index bf8a4dda..bfa39ee7 100644 --- a/components/mobileshell/qml/widgets/notifications/NotificationsWidget.qml +++ b/components/mobileshell/qml/widgets/notifications/NotificationsWidget.qml @@ -123,7 +123,7 @@ Item { engine: "time" connectedSources: ["Local"] interval: 60000 // 1 min - intervalAlignment: PlasmaCore.Types.AlignToMinute + intervalAlignment: P5Support.Types.AlignToMinute } // implement background clicking signal diff --git a/look-and-feel/contents/lockscreen/Clock.qml b/look-and-feel/contents/lockscreen/Clock.qml index 96d0b095..bfc49025 100644 --- a/look-and-feel/contents/lockscreen/Clock.qml +++ b/look-and-feel/contents/lockscreen/Clock.qml @@ -26,7 +26,7 @@ Item { engine: "time" connectedSources: ["Local"] interval: 60000 - intervalAlignment: PlasmaCore.Types.AlignToMinute + intervalAlignment: P5Support.Types.AlignToMinute } DropShadow {