aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/LSession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/core/lumina-desktop/LSession.h')
-rw-r--r--src-qt5/core/lumina-desktop/LSession.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/core/lumina-desktop/LSession.h b/src-qt5/core/lumina-desktop/LSession.h
index d046bdc7..f9e2acb3 100644
--- a/src-qt5/core/lumina-desktop/LSession.h
+++ b/src-qt5/core/lumina-desktop/LSession.h
@@ -27,7 +27,7 @@
#include "SettingsMenu.h"
#include "SystemWindow.h"
#include "LDesktop.h"
-#include "WMProcess.h"
+//#include "WMProcess.h"
//#include "BootSplash.h"
#include <LuminaX11.h>
@@ -105,7 +105,7 @@ public:
void adjustWindowGeom(WId win, bool maximize = false);
private:
- WMProcess *WM;
+ //WMProcess *WM;
QList<LDesktop*> DESKTOPS;
QFileSystemWatcher *watcher;
QTimer *screenTimer;
bgstack15