From 6c86748feda6b6fb15ec2ce73b18838aa6a9a7f9 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/applications/ktechlab@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/node.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/node.cpp') diff --git a/src/node.cpp b/src/node.cpp index 68002a2..4aa3ebe 100644 --- a/src/node.cpp +++ b/src/node.cpp @@ -286,15 +286,15 @@ TQPoint Node::findConnectorDivergePoint( bool * found ) } -void Node::setParentItem( CNItem *tqparentItem ) +void Node::setParentItem( CNItem *parentItem ) { - if (!tqparentItem) + if (!parentItem) { kdError() << k_funcinfo << "no tqparent item" << endl; return; } - p_parentItem = tqparentItem; + p_parentItem = parentItem; setLevel(p_parentItem->level()); -- cgit v1.2.3