Update
This commit is contained in:
parent
252201dce5
commit
a83585bc08
|
@ -1,9 +1,10 @@
|
|||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import QtQuick.Controls
|
||||
import org.kde.plasma.core as PlasmaCore
|
||||
|
||||
import org.kde.plasma.plasmoid
|
||||
import org.kde.plasma.core as PlasmaCore
|
||||
import org.kde.plasma.plasma5support as Plasma5Support
|
||||
|
||||
import "../_toolbox" as Tb
|
||||
import "../service" as Sv
|
||||
|
@ -51,7 +52,7 @@ Item {
|
|||
Sv.Updater{ id: updater }
|
||||
Tb.Cmd { id: cmd }
|
||||
|
||||
PlasmaCore.DataSource {
|
||||
Plasma5Support.DataSource {
|
||||
id: notificationSource
|
||||
engine: "notifications"
|
||||
connectedSources: "org.freedesktop.Notifications"
|
||||
|
|
Loading…
Reference in New Issue