aboutsummaryrefslogtreecommitdiff
path: root/src/ButtonTool.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-01-05 01:39:19 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-01-05 01:39:19 (GMT)
commitac1bd7e0981222bf340ce7defb2bb8307d42a0a2 (patch)
treec8fb9c618184e7ac44f6138409cab3fab86b23e4 /src/ButtonTool.hh
parent60ba709c2f47cc2c7b877aef1b0f297b097853e5 (diff)
downloadfluxbox-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.zip
fluxbox-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.tar.bz2
update code to use ThemeProxy
Diffstat (limited to 'src/ButtonTool.hh')
-rw-r--r--src/ButtonTool.hh3
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;
36class ButtonTool: public GenericTool { 36class ButtonTool: public GenericTool {
37public: 37public:
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
42protected: 43protected: