diff --git a/look-and-feel/contents/lockscreen/Clock.qml b/look-and-feel/contents/lockscreen/Clock.qml index bed6adb0..f9751a33 100644 --- a/look-and-feel/contents/lockscreen/Clock.qml +++ b/look-and-feel/contents/lockscreen/Clock.qml @@ -8,6 +8,7 @@ import QtQuick 2.8 import QtQuick.Layouts 1.1 import QtQuick.Controls 2.5 import QtGraphicalEffects 1.12 + import org.kde.plasma.core 2.0 ColumnLayout { @@ -55,6 +56,6 @@ ColumnLayout { engine: "time" connectedSources: ["Local"] interval: 60000 - intervalAlignment: PlasmaCore.Types.AlignToMinute + intervalAlignment: Types.AlignToMinute } } diff --git a/look-and-feel/contents/lockscreen/LockScreen.qml b/look-and-feel/contents/lockscreen/LockScreen.qml index da27b73d..51e1f94e 100644 --- a/look-and-feel/contents/lockscreen/LockScreen.qml +++ b/look-and-feel/contents/lockscreen/LockScreen.qml @@ -15,8 +15,6 @@ import org.kde.plasma.workspace.keyboardlayout 1.0 import org.kde.notificationmanager 1.1 as Notifications import org.kde.plasma.private.mobileshell 1.0 as MobileShell -import "../components" - PlasmaCore.ColorScope { id: root diff --git a/look-and-feel/contents/lockscreen/NotificationsList.qml b/look-and-feel/contents/lockscreen/NotificationsList.qml index c42bc450..f93d7c1d 100644 --- a/look-and-feel/contents/lockscreen/NotificationsList.qml +++ b/look-and-feel/contents/lockscreen/NotificationsList.qml @@ -8,10 +8,11 @@ import QtQuick 2.15 import QtQuick.Controls 1.1 import QtQuick.Layouts 1.1 import QtGraphicalEffects 1.12 + import org.kde.plasma.core 2.0 as PlasmaCore import org.kde.notificationmanager 1.1 as Notifications + import org.kde.kirigami 2.13 as Kirigami -import "../components" Item { id: notificationsRoot diff --git a/look-and-feel/contents/lockscreen/SimpleNotification.qml b/look-and-feel/contents/lockscreen/SimpleNotification.qml index cd35c64f..f547e955 100644 --- a/look-and-feel/contents/lockscreen/SimpleNotification.qml +++ b/look-and-feel/contents/lockscreen/SimpleNotification.qml @@ -16,8 +16,6 @@ import org.kde.notificationmanager 1.1 as Notifications import org.kde.kquickcontrolsaddons 2.0 as KQCAddons -import "../components" - // meant to be temporary, until the notifications components in plasma-workspace are available to used // https://invent.kde.org/plasma/plasma-workspace/-/blob/master/applets/notifications/package/contents/ui/NotificationItem.qml Item {