From b99b093861d3f6d7a665ee06a4fe1a460fb2b123 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 7 Feb 2019 09:48:07 +0100 Subject: [PATCH] use the plamo import --- shell/contents/applet/CompactApplet.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/contents/applet/CompactApplet.qml b/shell/contents/applet/CompactApplet.qml index 810f9b25..8aa759db 100644 --- a/shell/contents/applet/CompactApplet.qml +++ b/shell/contents/applet/CompactApplet.qml @@ -23,7 +23,7 @@ import org.kde.plasma.core 2.0 as PlasmaCore import org.kde.plasma.components 2.0 as PlasmaComponents import org.kde.kquickcontrolsaddons 2.0 -import org.kde.plasma.private.minishell 2.0 as MiniShell +import org.kde.plasma.private.mobileshell 2.0 as MobileShell Item { id: root @@ -84,7 +84,7 @@ Item { } } - MiniShell.FullScreenPanel { + MobileShell.FullScreenPanel { id: expandedOverlay color: Qt.rgba(0, 0, 0, 0.5) visible: plasmoid.expanded