summaryrefslogtreecommitdiffstats
path: root/kcalc/dlabel.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-25 19:58:03 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-25 19:58:03 +0000
commit598cf55c6eb7cbae4df369ba3260258c15541810 (patch)
treeb09c6950e434b5f72ad7c213f99da6595bd89209 /kcalc/dlabel.cpp
parent36ec355dd1df80f3270e1946d8c1a1c9d1c25e1e (diff)
downloadtdeutils-598cf55c6eb7cbae4df369ba3260258c15541810.tar.gz
tdeutils-598cf55c6eb7cbae4df369ba3260258c15541810.zip
Fix kdeutils Qt4 FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1238346 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 5591655..84f07e8 100644
--- a/kcalc/dlabel.cpp
+++ b/kcalc/dlabel.cpp
@@ -40,8 +40,8 @@ DispLogic::DispLogic(TQWidget *tqparent, const char *name,
{
KNumber::setDefaultFloatOutput(true);
KNumber::setDefaultFractionalInput(true);
- _back = KStdAction::undo(this, TQT_SLOT(history_back()), coll);
- _forward = KStdAction::redo(this, TQT_SLOT(history_forward()), coll);
+ _back = KStdAction::undo(TQT_TQOBJECT(this), TQT_SLOT(history_back()), coll);
+ _forward = KStdAction::redo(TQT_TQOBJECT(this), TQT_SLOT(history_forward()), coll);
_forward->setEnabled(false);
_back->setEnabled(false);