diff options
Diffstat (limited to 'src/ToolTheme.hh')
-rw-r--r-- | src/ToolTheme.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ToolTheme.hh b/src/ToolTheme.hh index 693aac6..8daad7d 100644 --- a/src/ToolTheme.hh +++ b/src/ToolTheme.hh | |||
@@ -23,7 +23,6 @@ | |||
23 | #ifndef TOOLTHEME_HH | 23 | #ifndef TOOLTHEME_HH |
24 | #define TOOLTHEME_HH | 24 | #define TOOLTHEME_HH |
25 | 25 | ||
26 | |||
27 | #include "FbTk/TextTheme.hh" | 26 | #include "FbTk/TextTheme.hh" |
28 | #include "FbTk/BorderTheme.hh" | 27 | #include "FbTk/BorderTheme.hh" |
29 | #include "FbTk/Texture.hh" | 28 | #include "FbTk/Texture.hh" |
@@ -44,8 +43,7 @@ public: | |||
44 | int alpha() const { return m_alpha; } | 43 | int alpha() const { return m_alpha; } |
45 | void setAlpha(int alpha) { m_alpha = alpha; } | 44 | void setAlpha(int alpha) { m_alpha = alpha; } |
46 | 45 | ||
47 | virtual FbTk::Subject &reconfigSig() { return FbTk::Theme::reconfigSig(); } | 46 | virtual FbTk::Signal<void> &reconfigSig() { return FbTk::Theme::reconfigSig(); } |
48 | virtual const FbTk::Subject &reconfigSig() const { return FbTk::Theme::reconfigSig(); } | ||
49 | 47 | ||
50 | virtual ToolTheme &operator *() { return *this; } | 48 | virtual ToolTheme &operator *() { return *this; } |
51 | virtual const ToolTheme &operator *() const { return *this; } | 49 | virtual const ToolTheme &operator *() const { return *this; } |