aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/LDesktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/core/lumina-desktop/LDesktop.h')
-rw-r--r--src-qt5/core/lumina-desktop/LDesktop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/LDesktop.h b/src-qt5/core/lumina-desktop/LDesktop.h
index 52505b12..378db75b 100644
--- a/src-qt5/core/lumina-desktop/LDesktop.h
+++ b/src-qt5/core/lumina-desktop/LDesktop.h
@@ -50,6 +50,7 @@ public:
void UpdateGeometry();
public slots:
+ void SystemLock();
void SystemLogout();
void SystemTerminal();
void SystemFileManager();
@@ -68,7 +69,7 @@ private:
QStringList oldBGL;
QList<LPanel*> PANELS;
LDesktopPluginSpace *bgDesktop; //desktop plugin area
- LDesktopBackground *bgWindow; //full screen background
+ //QWidget *bgWindow; //full screen background
QMenu *deskMenu, *winMenu;
QLabel *workspacelabel;
QWidgetAction *wkspaceact;
bgstack15