diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-13 23:20:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-13 23:20:02 +0300 |
commit | a55e7e257730e6cee115f407e31f8a91dc9ad447 (patch) | |
tree | 8d833ab258060c4fa28d0ec97fb18791a3011693 /src/gui/widgets | |
parent | 6e5976f5fb99c99b4142ee2a8f8f81598559954d (diff) | |
download | plus-a55e7e257730e6cee115f407e31f8a91dc9ad447.tar.gz plus-a55e7e257730e6cee115f407e31f8a91dc9ad447.tar.bz2 plus-a55e7e257730e6cee115f407e31f8a91dc9ad447.tar.xz plus-a55e7e257730e6cee115f407e31f8a91dc9ad447.zip |
Move theme related constants into separate file.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/widget2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/widget2.h b/src/gui/widgets/widget2.h index 5955397fc..b8c0163d2 100644 --- a/src/gui/widgets/widget2.h +++ b/src/gui/widgets/widget2.h @@ -21,8 +21,9 @@ #ifndef GUI_WIDGETS_WIDGET2_H #define GUI_WIDGETS_WIDGET2_H -#include "gui/themecolorsidoperators.h" +#include "const/gui/theme.h" +#include "gui/themecolorsidoperators.h" #include "gui/theme.h" class Widget; |