diff --git a/containments/homescreens/halcyon/package/contents/ui/HomeScreen.qml b/containments/homescreens/halcyon/package/contents/ui/HomeScreen.qml index 1fd6c79c..15b31490 100644 --- a/containments/homescreens/halcyon/package/contents/ui/HomeScreen.qml +++ b/containments/homescreens/halcyon/package/contents/ui/HomeScreen.qml @@ -36,8 +36,8 @@ Item { } function openConfigure() { - plasmoid.action("configure").trigger(); - plasmoid.editMode = false; + Plasmoid.internalAction("configure").trigger(); + Plasmoid.editMode = false; } Connections { diff --git a/shell/contents/configuration/ContainmentConfiguration.qml b/shell/contents/configuration/ContainmentConfiguration.qml index d8c0047b..f74ee14d 100644 --- a/shell/contents/configuration/ContainmentConfiguration.qml +++ b/shell/contents/configuration/ContainmentConfiguration.qml @@ -11,6 +11,7 @@ import org.kde.kirigami 2.20 as Kirigami import org.kde.plasma.components 3.0 as PlasmaComponents3 import org.kde.plasma.core as PlasmaCore import org.kde.plasma.configuration 2.0 +import org.kde.ksvg 1.0 as KSvg AppletConfiguration { id: root