From 598cf55c6eb7cbae4df369ba3260258c15541810 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 25 Jun 2011 19:58:03 +0000 Subject: Fix kdeutils Qt4 FTBFS git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1238346 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcalc/dlabel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcalc/dlabel.cpp') 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); -- cgit v1.2.3