summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/buttons/kbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/buttons/kbutton.h')
-rw-r--r--kicker/kicker/buttons/kbutton.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker/kicker/buttons/kbutton.h b/kicker/kicker/buttons/kbutton.h
index 6de61181f..bf98e74f8 100644
--- a/kicker/kicker/buttons/kbutton.h
+++ b/kicker/kicker/buttons/kbutton.h
@@ -34,7 +34,7 @@ class KButton : public PanelPopupButton
Q_OBJECT
public:
- KButton( QWidget *parent );
+ KButton( TQWidget *parent );
~KButton();
void loadConfig( const KConfigGroup& config );
@@ -42,9 +42,9 @@ public:
virtual void properties();
protected:
- virtual QString tileName() { return "KMenu"; }
+ virtual TQString tileName() { return "KMenu"; }
virtual void initPopup();
- virtual QString defaultIcon() const { return "go"; }
+ virtual TQString defaultIcon() const { return "go"; }
};
#endif