diff --git a/shell/dbus/org.kde.PlasmaShell.xml b/shell/dbus/org.kde.PlasmaShell.xml index f3155868c..f074e9b49 100644 --- a/shell/dbus/org.kde.PlasmaShell.xml +++ b/shell/dbus/org.kde.PlasmaShell.xml @@ -5,6 +5,8 @@ + + diff --git a/shell/shellcorona.h b/shell/shellcorona.h index 36fd51a0c..25ba1cd27 100644 --- a/shell/shellcorona.h +++ b/shell/shellcorona.h @@ -138,6 +138,7 @@ public Q_SLOTS: void showInteractiveKWinConsole(); void loadKWinScriptInInteractiveConsole(const QString &script); void toggleActivityManager(); + void toggleWidgetExplorer(); void evaluateScript(const QString &string); void activateLauncherMenu(); @@ -185,7 +186,6 @@ protected Q_SLOTS: private Q_SLOTS: void createWaitingPanels(); void handleContainmentAdded(Plasma::Containment *c); - void toggleWidgetExplorer(); void syncAppConfig(); void checkActivities(); void currentActivityChanged(const QString &newActivity);