summaryrefslogtreecommitdiffstats
path: root/kcalc/dlabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcalc/dlabel.cpp')
-rw-r--r--kcalc/dlabel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcalc/dlabel.cpp b/kcalc/dlabel.cpp
index f478b99..e5a3bc1 100644
--- a/kcalc/dlabel.cpp
+++ b/kcalc/dlabel.cpp
@@ -40,8 +40,8 @@ DispLogic::DispLogic(TQWidget *parent, const char *name,
{
KNumber::setDefaultFloatOutput(true);
KNumber::setDefaultFractionalInput(true);
- _back = KStdAction::undo(TQT_TQOBJECT(this), TQT_SLOT(history_back()), coll);
- _forward = KStdAction::redo(TQT_TQOBJECT(this), TQT_SLOT(history_forward()), coll);
+ _back = KStdAction::undo(this, TQ_SLOT(history_back()), coll);
+ _forward = KStdAction::redo(this, TQ_SLOT(history_forward()), coll);
_forward->setEnabled(false);
_back->setEnabled(false);