aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r--src/IconButton.hh7
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
33class FluxboxWindow; 32class FluxboxWindow;
34 33
35class IconButton: public TextButton, public FbTk::Observer { 34class IconButton: public FbTk::TextButton, public FbTk::Observer {
36public: 35public:
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();