diff options
Diffstat (limited to 'kcalc/kcalc_const_button.h')
-rw-r--r-- | kcalc/kcalc_const_button.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kcalc/kcalc_const_button.h b/kcalc/kcalc_const_button.h index 18ebf3e..110df3c 100644 --- a/kcalc/kcalc_const_button.h +++ b/kcalc/kcalc_const_button.h @@ -34,12 +34,12 @@ Q_OBJECT public: - KCalcConstButton(QWidget *parent, int but_num, const char * name = 0); + KCalcConstButton(TQWidget *parent, int but_num, const char * name = 0); - KCalcConstButton(const QString &label, QWidget *parent, int but_num, const char * name = 0, - const QString &tooltip = QString()); + KCalcConstButton(const TQString &label, TQWidget *parent, int but_num, const char * name = 0, + const TQString &tooltip = TQString()); - QString constant(void) const; + TQString constant(void) const; void setLabelAndTooltip(void); |