aboutsummaryrefslogtreecommitdiff
path: root/src/ClockTool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClockTool.hh')
-rw-r--r--src/ClockTool.hh18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/ClockTool.hh b/src/ClockTool.hh
index 4f89b36..2872f33 100644
--- a/src/ClockTool.hh
+++ b/src/ClockTool.hh
@@ -72,18 +72,16 @@ private:
72 void reRender(); 72 void reRender();
73 void updateSizing(); 73 void updateSizing();
74 74
75 FbTk::TextButton m_button; 75 FbTk::TextButton m_button;
76 76
77 const FbTk::ThemeProxy<ToolTheme> &m_theme; 77 const FbTk::ThemeProxy<ToolTheme>& m_theme;
78 BScreen &m_screen; 78 BScreen& m_screen;
79 Pixmap m_pixmap; 79 Pixmap m_pixmap;
80 FbTk::Timer m_timer; 80 FbTk::Timer m_timer;
81 81
82 FbTk::Resource<std::string> m_timeformat; 82 FbTk::Resource<std::string> m_timeformat;
83 83 FbTk::StringConvertor m_stringconvertor;
84 FbTk::StringConvertor m_stringconvertor; 84 FbTk::SignalTracker m_tracker;
85
86 FbTk::SignalTracker m_tracker;
87}; 85};
88 86
89#endif // CLOCKTOOL_HH 87#endif // CLOCKTOOL_HH