aboutsummaryrefslogtreecommitdiff
path: root/src/ClockTool.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-19 16:15:32 (GMT)
committerfluxgen <fluxgen>2003-08-19 16:15:32 (GMT)
commit3006ba49e41538bcc0c4afe958875c59a34550a9 (patch)
tree71ceaafcbd5e15bf594b3603e8448e3e8f650049 /src/ClockTool.hh
parent3dc7ab05994208549917e57323ba60194b2ec420 (diff)
downloadfluxbox-3006ba49e41538bcc0c4afe958875c59a34550a9.zip
fluxbox-3006ba49e41538bcc0c4afe958875c59a34550a9.tar.bz2
moved textbutton to fbtk
Diffstat (limited to 'src/ClockTool.hh')
-rw-r--r--src/ClockTool.hh6
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;