diff options
Diffstat (limited to 'src/tastybutton.h')
-rw-r--r-- | src/tastybutton.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/tastybutton.h b/src/tastybutton.h index 4fa0d89..7df7f0f 100644 --- a/src/tastybutton.h +++ b/src/tastybutton.h @@ -22,26 +22,26 @@ #include <kiconeffect.h> #include <kicontheme.h> -#include <qiconset.h> -#include <qtoolbutton.h> +#include <tqiconset.h> +#include <tqtoolbutton.h> /** @author Marco Martin <[email protected]> */ -class TastyButton : public QToolButton +class TastyButton : public TQToolButton { public: - TastyButton(QWidget *parent); + TastyButton(TQWidget *parent); ~TastyButton(); - void setIconSet( QIconSet is ); + void setIconSet( TQIconSet is ); protected: - void drawButton( QPainter * p ); + void drawButton( TQPainter * p ); private: - QPixmap highLightedIcon; + TQPixmap highLightedIcon; KIconEffect *iconEffect; }; |