diff options
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r-- | src/IconButton.hh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh index de5440c..8367e1a 100644 --- a/src/IconButton.hh +++ b/src/IconButton.hh | |||
@@ -20,19 +20,18 @@ | |||
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.1 2003/08/11 15:45:50 fluxgen Exp $ | 23 | // $Id: IconButton.hh,v 1.2 2003/08/19 16:13:25 fluxgen Exp $ |
24 | 24 | ||
25 | #ifndef ICONBUTTON_HH | 25 | #ifndef ICONBUTTON_HH |
26 | #define ICONBUTTON_HH | 26 | #define ICONBUTTON_HH |
27 | 27 | ||
28 | #include "FbTk/FbPixmap.hh" | 28 | #include "FbTk/FbPixmap.hh" |
29 | #include "FbTk/Observer.hh" | 29 | #include "FbTk/Observer.hh" |
30 | 30 | #include "FbTk/TextButton.hh" | |
31 | #include "TextButton.hh" | ||
32 | 31 | ||
33 | class FluxboxWindow; | 32 | class FluxboxWindow; |
34 | 33 | ||
35 | class IconButton: public TextButton, public FbTk::Observer { | 34 | class IconButton: public FbTk::TextButton, public FbTk::Observer { |
36 | public: | 35 | public: |
37 | IconButton(const FbTk::FbWindow &parent, const FbTk::Font &font, FluxboxWindow &window); | 36 | IconButton(const FbTk::FbWindow &parent, const FbTk::Font &font, FluxboxWindow &window); |
38 | virtual ~IconButton(); | 37 | virtual ~IconButton(); |