aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r--src/IconButton.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh
index 957374e..876cfe2 100644
--- a/src/IconButton.hh
+++ b/src/IconButton.hh
@@ -28,6 +28,7 @@
28#include "FbTk/CachedPixmap.hh" 28#include "FbTk/CachedPixmap.hh"
29#include "FbTk/FbPixmap.hh" 29#include "FbTk/FbPixmap.hh"
30#include "FbTk/TextButton.hh" 30#include "FbTk/TextButton.hh"
31#include "FbTk/Timer.hh"
31#include "FbTk/Signal.hh" 32#include "FbTk/Signal.hh"
32 33
33class IconbarTheme; 34class IconbarTheme;
@@ -92,6 +93,7 @@ private:
92 FbTk::CachedPixmap m_pm; 93 FbTk::CachedPixmap m_pm;
93 FbTk::SignalTracker m_signals; 94 FbTk::SignalTracker m_signals;
94 FbTk::Signal<> m_title_changed; 95 FbTk::Signal<> m_title_changed;
96 FbTk::Timer m_title_update_timer;
95}; 97};
96 98
97#endif // ICONBUTTON_HH 99#endif // ICONBUTTON_HH