aboutsummaryrefslogtreecommitdiff
path: root/src/FocusableTheme.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-04-28 09:31:06 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-05-10 11:00:46 (GMT)
commit7525ca9f7745a7d8ef4461dc1f3c911498546b00 (patch)
tree60b1fcca80140e205009683274bd374566d21e59 /src/FocusableTheme.hh
parent57acca0b601277982e63fa34eb78ae7881873e09 (diff)
downloadfluxbox-7525ca9f7745a7d8ef4461dc1f3c911498546b00.zip
fluxbox-7525ca9f7745a7d8ef4461dc1f3c911498546b00.tar.bz2
Remove all trace of Observers and Subjects
this marks the completion of the transition to FbTk::Signal
Diffstat (limited to 'src/FocusableTheme.hh')
-rw-r--r--src/FocusableTheme.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FocusableTheme.hh b/src/FocusableTheme.hh
index df73881..49d7945 100644
--- a/src/FocusableTheme.hh
+++ b/src/FocusableTheme.hh
@@ -23,8 +23,8 @@
23#define FOCUSABLETHEME_HH 23#define FOCUSABLETHEME_HH
24 24
25#include "Focusable.hh" 25#include "Focusable.hh"
26#include "FbTk/MemFun.hh"
26#include "FbTk/Theme.hh" 27#include "FbTk/Theme.hh"
27#include "FbTk/RelaySignal.hh"
28 28
29template <typename BaseTheme> 29template <typename BaseTheme>
30class FocusableTheme: public FbTk::ThemeProxy<BaseTheme> { 30class FocusableTheme: public FbTk::ThemeProxy<BaseTheme> {