diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-05 01:39:19 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-05 01:39:19 (GMT) |
commit | ac1bd7e0981222bf340ce7defb2bb8307d42a0a2 (patch) | |
tree | c8fb9c618184e7ac44f6138409cab3fab86b23e4 /src/ButtonTool.hh | |
parent | 60ba709c2f47cc2c7b877aef1b0f297b097853e5 (diff) | |
download | fluxbox-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.zip fluxbox-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.tar.bz2 |
update code to use ThemeProxy
Diffstat (limited to 'src/ButtonTool.hh')
-rw-r--r-- | src/ButtonTool.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ButtonTool.hh b/src/ButtonTool.hh index f4f535a..4339722 100644 --- a/src/ButtonTool.hh +++ b/src/ButtonTool.hh | |||
@@ -36,7 +36,8 @@ class ImageControl; | |||
36 | class ButtonTool: public GenericTool { | 36 | class ButtonTool: public GenericTool { |
37 | public: | 37 | public: |
38 | ButtonTool(FbTk::Button *button, ToolbarItem::Type type, | 38 | ButtonTool(FbTk::Button *button, ToolbarItem::Type type, |
39 | ButtonTheme &theme, FbTk::ImageControl &img_ctrl); | 39 | FbTk::ThemeProxy<ButtonTheme> &theme, |
40 | FbTk::ImageControl &img_ctrl); | ||
40 | virtual ~ButtonTool(); | 41 | virtual ~ButtonTool(); |
41 | 42 | ||
42 | protected: | 43 | protected: |