diff --git a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsDrawer.qml b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsDrawer.qml index 74886dc3..4f3c742e 100644 --- a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsDrawer.qml +++ b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsDrawer.qml @@ -59,7 +59,7 @@ Components.BaseItem { bottomPadding: Kirigami.Units.smallSpacing * 4 background: KSvg.FrameSvgItem { - enabledBorders: PlasmaCore.FrameSvg.BottomBorder + enabledBorders: KSvg.FrameSvgItem.BottomBorder imagePath: "widgets/background" } diff --git a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsPanel.qml b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsPanel.qml index 8b96e2e4..e9c79398 100644 --- a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsPanel.qml +++ b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsPanel.qml @@ -40,7 +40,7 @@ Components.BaseItem { bottomPadding: Kirigami.Units.smallSpacing * 4 background: KSvg.FrameSvgItem { - enabledBorders: PlasmaCore.FrameSvg.AllBorders + enabledBorders: KSvg.FrameSvgItem.AllBorders imagePath: "widgets/background" } diff --git a/shell/contents/configuration/ContainmentConfiguration.qml b/shell/contents/configuration/ContainmentConfiguration.qml index 9bc4bbe5..d8c0047b 100644 --- a/shell/contents/configuration/ContainmentConfiguration.qml +++ b/shell/contents/configuration/ContainmentConfiguration.qml @@ -79,7 +79,7 @@ AppletConfiguration { } background: KSvg.FrameSvgItem { - enabledBorders: PlasmaCore.FrameSvg.AllBorders + enabledBorders: KSvg.FrameSvgItem.AllBorders imagePath: "widgets/background" }