diff options
Diffstat (limited to 'src/ClockTool.hh')
-rw-r--r-- | src/ClockTool.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ClockTool.hh b/src/ClockTool.hh index 9dd6d1b..9978f27 100644 --- a/src/ClockTool.hh +++ b/src/ClockTool.hh | |||
@@ -20,15 +20,15 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: ClockTool.hh,v 1.2 2003/08/13 09:35:38 fluxgen Exp $ | 23 | // $Id: ClockTool.hh,v 1.3 2003/08/19 16:12:43 fluxgen Exp $ |
24 | 24 | ||
25 | #ifndef CLOCKTOOL_HH | 25 | #ifndef CLOCKTOOL_HH |
26 | #define CLOCKTOOL_HH | 26 | #define CLOCKTOOL_HH |
27 | 27 | ||
28 | 28 | ||
29 | #include "ToolbarItem.hh" | 29 | #include "ToolbarItem.hh" |
30 | #include "TextButton.hh" | ||
31 | 30 | ||
31 | #include "FbTk/TextButton.hh" | ||
32 | #include "FbTk/Observer.hh" | 32 | #include "FbTk/Observer.hh" |
33 | #include "FbTk/Resource.hh" | 33 | #include "FbTk/Resource.hh" |
34 | #include "FbTk/Timer.hh" | 34 | #include "FbTk/Timer.hh" |
@@ -63,7 +63,7 @@ private: | |||
63 | void update(FbTk::Subject *subj); | 63 | void update(FbTk::Subject *subj); |
64 | void renderTheme(); | 64 | void renderTheme(); |
65 | 65 | ||
66 | TextButton m_button; | 66 | FbTk::TextButton m_button; |
67 | 67 | ||
68 | const ToolTheme &m_theme; | 68 | const ToolTheme &m_theme; |
69 | BScreen &m_screen; | 69 | BScreen &m_screen; |