diff options
Diffstat (limited to 'src/ToolbarTheme.hh')
-rw-r--r-- | src/ToolbarTheme.hh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ToolbarTheme.hh b/src/ToolbarTheme.hh index c4dfaae..c62a5c1 100644 --- a/src/ToolbarTheme.hh +++ b/src/ToolbarTheme.hh | |||
@@ -27,8 +27,7 @@ | |||
27 | #include "FbTk/Theme.hh" | 27 | #include "FbTk/Theme.hh" |
28 | #include "FbTk/Texture.hh" | 28 | #include "FbTk/Texture.hh" |
29 | #include "FbTk/Color.hh" | 29 | #include "FbTk/Color.hh" |
30 | 30 | #include "FbTk/BorderTheme.hh" | |
31 | #include "BorderTheme.hh" | ||
32 | 31 | ||
33 | /// toolbar theme class container | 32 | /// toolbar theme class container |
34 | class ToolbarTheme: public FbTk::Theme { | 33 | class ToolbarTheme: public FbTk::Theme { |
@@ -39,7 +38,7 @@ public: | |||
39 | void reconfigTheme(); | 38 | void reconfigTheme(); |
40 | 39 | ||
41 | 40 | ||
42 | inline const BorderTheme &border() const { return m_border; } | 41 | inline const FbTk::BorderTheme &border() const { return m_border; } |
43 | inline const FbTk::Texture &toolbar() const { return *m_toolbar; } | 42 | inline const FbTk::Texture &toolbar() const { return *m_toolbar; } |
44 | 43 | ||
45 | bool fallback(FbTk::ThemeItem_base &item); | 44 | bool fallback(FbTk::ThemeItem_base &item); |
@@ -50,7 +49,7 @@ public: | |||
50 | inline int buttonSize() const { return *m_button_size; } | 49 | inline int buttonSize() const { return *m_button_size; } |
51 | private: | 50 | private: |
52 | FbTk::ThemeItem<FbTk::Texture> m_toolbar; | 51 | FbTk::ThemeItem<FbTk::Texture> m_toolbar; |
53 | BorderTheme m_border; | 52 | FbTk::BorderTheme m_border; |
54 | 53 | ||
55 | FbTk::ThemeItem<int> m_bevel_width; | 54 | FbTk::ThemeItem<int> m_bevel_width; |
56 | FbTk::ThemeItem<bool> m_shape; | 55 | FbTk::ThemeItem<bool> m_shape; |