summaryrefslogtreecommitdiff
path: root/src/gui/widgets/widget2.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-13 23:20:02 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-13 23:20:02 +0300
commita55e7e257730e6cee115f407e31f8a91dc9ad447 (patch)
tree8d833ab258060c4fa28d0ec97fb18791a3011693 /src/gui/widgets/widget2.h
parent6e5976f5fb99c99b4142ee2a8f8f81598559954d (diff)
downloadplus-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/widget2.h')
-rw-r--r--src/gui/widgets/widget2.h3
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;