summaryrefslogtreecommitdiffstats
path: root/kcalc/kcalc_const_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcalc/kcalc_const_button.h')
-rw-r--r--kcalc/kcalc_const_button.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcalc/kcalc_const_button.h b/kcalc/kcalc_const_button.h
index 916d7f6..182ab97 100644
--- a/kcalc/kcalc_const_button.h
+++ b/kcalc/kcalc_const_button.h
@@ -35,9 +35,9 @@ Q_OBJECT
public:
- KCalcConstButton(TQWidget *tqparent, int but_num, const char * name = 0);
+ KCalcConstButton(TQWidget *parent, int but_num, const char * name = 0);
- KCalcConstButton(const TQString &label, TQWidget *tqparent, int but_num, const char * name = 0,
+ KCalcConstButton(const TQString &label, TQWidget *parent, int but_num, const char * name = 0,
const TQString &tooltip = TQString());
TQString constant(void) const;