aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrameTheme.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-04-29 08:52:28 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-05-10 11:00:45 (GMT)
commitf7d7dfd2a8047207dbe90bc77592c25acf4ca15c (patch)
tree46eb8596d15fb0450f07e3e5d58e2c5449c4c020 /src/FbWinFrameTheme.hh
parent54230c9a4474baf4f1c56773992212093e222349 (diff)
downloadfluxbox-f7d7dfd2a8047207dbe90bc77592c25acf4ca15c.zip
fluxbox-f7d7dfd2a8047207dbe90bc77592c25acf4ca15c.tar.bz2
Convert FbTk::Theme::reconfigSig and friends to the new Signal system
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway.
Diffstat (limited to 'src/FbWinFrameTheme.hh')
-rw-r--r--src/FbWinFrameTheme.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FbWinFrameTheme.hh b/src/FbWinFrameTheme.hh
index 3c28cbd..613c66a 100644
--- a/src/FbWinFrameTheme.hh
+++ b/src/FbWinFrameTheme.hh
@@ -79,8 +79,7 @@ public:
79 79
80 IconbarTheme &iconbarTheme() { return m_iconbar_theme; } 80 IconbarTheme &iconbarTheme() { return m_iconbar_theme; }
81 81
82 virtual FbTk::Subject &reconfigSig() { return FbTk::Theme::reconfigSig(); } 82 virtual FbTk::Signal<void> &reconfigSig() { return FbTk::Theme::reconfigSig(); }
83 virtual const FbTk::Subject &reconfigSig() const { return FbTk::Theme::reconfigSig(); }
84 83
85 virtual FbWinFrameTheme &operator *() { return *this; } 84 virtual FbWinFrameTheme &operator *() { return *this; }
86 virtual const FbWinFrameTheme &operator *() const { return *this; } 85 virtual const FbWinFrameTheme &operator *() const { return *this; }