aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-config/globals.h
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-06-22 23:21:22 -0400
committerKen Moore <moorekou@gmail.com>2016-06-22 23:21:22 -0400
commitda01d191816c678dcdabbf93942094eb3c6ed78b (patch)
treecd2307465cefa1a81c53b4a55520a8e82e3ff8e2 /src-qt5/core-utils/lumina-config/globals.h
parentGet the general page loading system all setup for the new mainWindow class. (diff)
downloadlumina-da01d191816c678dcdabbf93942094eb3c6ed78b.tar.gz
lumina-da01d191816c678dcdabbf93942094eb3c6ed78b.tar.bz2
lumina-da01d191816c678dcdabbf93942094eb3c6ed78b.zip
Get a lot more of the new lumina-config layout all setup. Now the main page has all the loading/parsing routines built in, and the main window will perform the button actions as needed.
Diffstat (limited to 'src-qt5/core-utils/lumina-config/globals.h')
-rw-r--r--src-qt5/core-utils/lumina-config/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core-utils/lumina-config/globals.h b/src-qt5/core-utils/lumina-config/globals.h
index 11bfaeb3..cddc76a6 100644
--- a/src-qt5/core-utils/lumina-config/globals.h
+++ b/src-qt5/core-utils/lumina-config/globals.h
@@ -13,7 +13,7 @@
#include <QWidget>
#include <QDesktopWidget>
#include <QMainWindow>
-
+#include <QTreeWidgetItem>
//Now the Lumina Library classes
#include <LuminaXDG.h>
#include <LuminaUtils.h>
bgstack15