diff options
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r-- | src/IconButton.hh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh index 69fbf46..80310b4 100644 --- a/src/IconButton.hh +++ b/src/IconButton.hh | |||
@@ -20,7 +20,7 @@ | |||
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: IconButton.hh,v 1.4 2003/11/27 14:27:48 fluxgen Exp $ | 23 | // $Id: IconButton.hh,v 1.5 2004/10/22 00:35:28 akir Exp $ |
24 | 24 | ||
25 | #ifndef ICONBUTTON_HH | 25 | #ifndef ICONBUTTON_HH |
26 | #define ICONBUTTON_HH | 26 | #define ICONBUTTON_HH |
@@ -30,11 +30,12 @@ | |||
30 | #include "FbTk/TextButton.hh" | 30 | #include "FbTk/TextButton.hh" |
31 | 31 | ||
32 | class FluxboxWindow; | 32 | class FluxboxWindow; |
33 | class IconbarTool; | ||
33 | 34 | ||
34 | class IconButton: public FbTk::TextButton, public FbTk::Observer { | 35 | class IconButton: public FbTk::TextButton, public FbTk::Observer { |
35 | public: | 36 | public: |
36 | IconButton(const FbTk::FbWindow &parent, const FbTk::Font &font, | 37 | IconButton(const IconbarTool& tool, const FbTk::FbWindow &parent, |
37 | FluxboxWindow &window); | 38 | const FbTk::Font &font, FluxboxWindow &window); |
38 | virtual ~IconButton(); | 39 | virtual ~IconButton(); |
39 | 40 | ||
40 | void exposeEvent(XExposeEvent &event); | 41 | void exposeEvent(XExposeEvent &event); |