summaryrefslogtreecommitdiff
path: root/x11/kde4-workspace/files/patch-plasma_desktop_toolboxes_desktoptoolbox.h
blob: 07e35d50d86d4dc519bd1c3cf444f894ca42f666 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
* Add handler for change of mutability of the desktop toolbox
*
--- plasma/desktop/toolboxes/desktoptoolbox.h.orig	2015-06-26 03:17:21 UTC
+++ plasma/desktop/toolboxes/desktoptoolbox.h
@@ -81,6 +81,7 @@ protected Q_SLOTS:
      * show/hide the toolbox
      */
     void toggle();
+    void immutabilityChanged(Plasma::ImmutabilityType immutability);
 
     // basic desktop controls
     void startLogout();