aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/LDesktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'lumina-desktop/LDesktop.h')
-rw-r--r--lumina-desktop/LDesktop.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/lumina-desktop/LDesktop.h b/lumina-desktop/LDesktop.h
index 456c61e9..ae8e5e83 100644
--- a/lumina-desktop/LDesktop.h
+++ b/lumina-desktop/LDesktop.h
@@ -1,6 +1,6 @@
//===========================================
// Lumina-DE source code
-// Copyright (c) 2012, Ken Moore
+// Copyright (c) 2012-2015, Ken Moore
// Available under the 3-clause BSD license
// See the LICENSE file for full details
//===========================================
@@ -49,8 +49,10 @@ public slots:
void SystemLogout();
void SystemTerminal();
void SystemFileManager();
- void SystemApplication(QAction*);
-
+ void SystemApplication(QAction*);
+
+ void checkResolution();
+
private:
QSettings *settings;
QTimer *bgtimer;
bgstack15