summaryrefslogtreecommitdiffstats
path: root/kcalc/kcalc_button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcalc/kcalc_button.cpp')
-rw-r--r--kcalc/kcalc_button.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcalc/kcalc_button.cpp b/kcalc/kcalc_button.cpp
index 8e69f6d..277e5bd 100644
--- a/kcalc/kcalc_button.cpp
+++ b/kcalc/kcalc_button.cpp
@@ -30,16 +30,16 @@
#include "kcalc_button.h"
-KCalcButton::KCalcButton(TQWidget * tqparent, const char * name)
- : KPushButton(tqparent, name), _show_accel_mode(false),
+KCalcButton::KCalcButton(TQWidget * parent, const char * name)
+ : KPushButton(parent, name), _show_accel_mode(false),
_mode_flags(ModeNormal)
{
setAutoDefault(false);
}
-KCalcButton::KCalcButton(const TQString &label, TQWidget * tqparent,
+KCalcButton::KCalcButton(const TQString &label, TQWidget * parent,
const char * name, const TQString &tooltip)
- : KPushButton(label, tqparent, name), _show_accel_mode(false), _mode_flags(ModeNormal)
+ : KPushButton(label, parent, name), _show_accel_mode(false), _mode_flags(ModeNormal)
{
setAutoDefault(false);
addMode(ModeNormal, label, tooltip);