diff options
author | Ken Moore <moorekou@gmail.com> | 2016-06-28 09:42:19 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-06-28 09:42:19 -0400 |
commit | 79f1863b83d0b3df619eb3e96c01c06dd12cb72f (patch) | |
tree | e40dd2abb83e19a90abe8edc49b76f8e174c1ffd /src-qt5/core-utils/lumina-config/PanelWidget.h | |
parent | Add in the last 2 converted pages (session_[locale/options]). Leave the new U... (diff) | |
download | lumina-79f1863b83d0b3df619eb3e96c01c06dd12cb72f.tar.gz lumina-79f1863b83d0b3df619eb3e96c01c06dd12cb72f.tar.bz2 lumina-79f1863b83d0b3df619eb3e96c01c06dd12cb72f.zip |
Finish up the switch over to the new UI for lumina-config
Diffstat (limited to 'src-qt5/core-utils/lumina-config/PanelWidget.h')
-rw-r--r-- | src-qt5/core-utils/lumina-config/PanelWidget.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src-qt5/core-utils/lumina-config/PanelWidget.h b/src-qt5/core-utils/lumina-config/PanelWidget.h index e407391e..3f3cb360 100644 --- a/src-qt5/core-utils/lumina-config/PanelWidget.h +++ b/src-qt5/core-utils/lumina-config/PanelWidget.h @@ -7,11 +7,8 @@ #ifndef _LUMINA_CONFIG_PANEL_WIDGET_H #define _LUMINA_CONFIG_PANEL_WIDGET_H -#include <QWidget> -#include <QObject> -#include <QSettings> +#include "globals.h" -//#include "mainUI.h" #include "LPlugins.h" //namespace for using the *.ui file @@ -42,7 +39,8 @@ private: int dnum, pnum; void reloadColorSample(); - + XDGDesktop getSysApp(bool allowreset = false); + QString getColorStyle(QString current, bool allowTransparency = true); private slots: void on_tool_rm_clicked(); void ItemChanged(); @@ -60,4 +58,3 @@ signals: }; #endif - |