From 389971def351e67fcf01c3dbe6b83c4d721dd755 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmag/kmagselrect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmag') diff --git a/kmag/kmagselrect.cpp b/kmag/kmagselrect.cpp index 4a56d07..7a749cb 100644 --- a/kmag/kmagselrect.cpp +++ b/kmag/kmagselrect.cpp @@ -118,8 +118,8 @@ void KMagSelRect::init(TQWidget *tqparent) { // Make sure tqparent is the window itself, not a widget within the window if (tqparent != 0) - while (tqparent->tqparentWidget (true) != 0) - tqparent=tqparent->tqparentWidget (true); + while (tqparent->parentWidget (true) != 0) + tqparent=tqparent->parentWidget (true); selectionwindow = 0; selWindowParent = tqparent; -- cgit v1.2.3