diff options
author | Ken Moore <moorekou@gmail.com> | 2015-07-07 15:50:01 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-07-07 15:50:01 -0400 |
commit | e275b1f557118790de0db2888658bd7cffdeb265 (patch) | |
tree | 3831f6538d13d4a1021c1ba850c6f157786e6eda | |
parent | Add a new PanelWidget to lumina-config. This allows the user to add more than... (diff) | |
parent | fix build with qt 5.5 (diff) | |
download | lumina-e275b1f557118790de0db2888658bd7cffdeb265.tar.gz lumina-e275b1f557118790de0db2888658bd7cffdeb265.tar.bz2 lumina-e275b1f557118790de0db2888658bd7cffdeb265.zip |
Merge pull request #132 from rezso/patch-1
fix build with qt 5.5
-rw-r--r-- | lumina-config/LPlugins.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lumina-config/LPlugins.h b/lumina-config/LPlugins.h index a123f4d3..53c26977 100644 --- a/lumina-config/LPlugins.h +++ b/lumina-config/LPlugins.h @@ -7,6 +7,7 @@ #ifndef _LUMINA_DESKTOP_CONFIG_PLUGINS_H #define _LUMINA_DESKTOP_CONFIG_PLUGINS_H +#include <QObject> #include <QHash> #include <QString> #include <QStringList> @@ -42,4 +43,4 @@ private: void LoadMenuPlugins(); void LoadColorItems(); }; -#endif
\ No newline at end of file +#endif |