diff options
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r-- | src/IconButton.hh | 2 |
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; | |||
35 | class IconButton: public FbTk::TextButton, public FbTk::Observer { | 35 | class IconButton: public FbTk::TextButton, public FbTk::Observer { |
36 | public: | 36 | public: |
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); |