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, 1 insertions, 1 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh
index ad7ff2a..c8ec994 100644
--- a/src/IconButton.hh
+++ b/src/IconButton.hh
@@ -35,7 +35,7 @@ class IconbarTool;
35class IconButton: public FbTk::TextButton, public FbTk::Observer { 35class IconButton: public FbTk::TextButton, public FbTk::Observer {
36public: 36public:
37 IconButton(const IconbarTool& tool, const FbTk::FbWindow &parent, 37 IconButton(const IconbarTool& tool, const FbTk::FbWindow &parent,
38 const FbTk::Font &font, FluxboxWindow &window); 38 FbTk::Font &font, FluxboxWindow &window);
39 virtual ~IconButton(); 39 virtual ~IconButton();
40 40
41 void exposeEvent(XExposeEvent &event); 41 void exposeEvent(XExposeEvent &event);