aboutsummaryrefslogtreecommitdiff
path: root/src/WorkspaceNameTheme.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/WorkspaceNameTheme.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/WorkspaceNameTheme.hh')
-rw-r--r--src/WorkspaceNameTheme.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WorkspaceNameTheme.hh b/src/WorkspaceNameTheme.hh
index e90ef01..0096682 100644
--- a/src/WorkspaceNameTheme.hh
+++ b/src/WorkspaceNameTheme.hh
@@ -49,8 +49,7 @@ public:
49 return ToolTheme::fallback(item); 49 return ToolTheme::fallback(item);
50 } 50 }
51 51
52 virtual FbTk::Subject &reconfigSig() { return FbTk::Theme::reconfigSig(); } 52 virtual FbTk::Signal<void> &reconfigSig() { return FbTk::Theme::reconfigSig(); }
53 virtual const FbTk::Subject &reconfigSig() const { return FbTk::Theme::reconfigSig(); }
54 53
55 virtual WorkspaceNameTheme &operator *() { return *this; } 54 virtual WorkspaceNameTheme &operator *() { return *this; }
56 virtual const WorkspaceNameTheme &operator *() const { return *this; } 55 virtual const WorkspaceNameTheme &operator *() const { return *this; }