diff options
Diffstat (limited to 'src/IconbarTheme.hh')
-rw-r--r-- | src/IconbarTheme.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IconbarTheme.hh b/src/IconbarTheme.hh index 0964f7a..1a7308a 100644 --- a/src/IconbarTheme.hh +++ b/src/IconbarTheme.hh | |||
@@ -41,8 +41,8 @@ public: | |||
41 | 41 | ||
42 | void setAntialias(bool antialias); | 42 | void setAntialias(bool antialias); |
43 | 43 | ||
44 | const TextTheme &focusedText() const { return m_focused_text; } | 44 | TextTheme &focusedText() { return m_focused_text; } |
45 | const TextTheme &unfocusedText() const { return m_unfocused_text; } | 45 | TextTheme &unfocusedText() { return m_unfocused_text; } |
46 | 46 | ||
47 | const BorderTheme &focusedBorder() const { return m_focused_border; } | 47 | const BorderTheme &focusedBorder() const { return m_focused_border; } |
48 | const BorderTheme &unfocusedBorder() const { return m_unfocused_border; } | 48 | const BorderTheme &unfocusedBorder() const { return m_unfocused_border; } |