From e47aaa9b34ffc363d268aca989aab28fdfaf9821 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktechlab@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/icndocument.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/icndocument.cpp') diff --git a/src/icndocument.cpp b/src/icndocument.cpp index 2fd4986..e78e631 100644 --- a/src/icndocument.cpp +++ b/src/icndocument.cpp @@ -803,7 +803,7 @@ void ICNDocument::appendDeleteList( TQCanvasItem *qcanvasItem ) { Connector *connector = dynamic_cast(qcanvasItem); if (!connector) - connector = (dynamic_cast(qcanvasItem))->tqparent(); + connector = (dynamic_cast(qcanvasItem))->parent(); connector->removeConnector(); } else @@ -872,7 +872,7 @@ void ICNDocument::flushDeleteList() bool ICNDocument::joinConnectors( Node *node ) { - // We don't want to destroy the node if it has a tqparent + // We don't want to destroy the node if it has a parent if ( node->parentItem() ) return false; @@ -1374,9 +1374,9 @@ void DirCursor::initCursors() { // TQCursor c(TQt::ArrowCursor); // TQBitmap bitmap = *c.bitmap(); -// TQBitmap tqmask = *c.tqmask(); +// TQBitmap mask = *c.mask(); // TQPixmap pm( bitmap->width(), bitmap->height() ); -// pm.setMask(tqmask); +// pm.setMask(mask); // pm = c.pi // @todo finish } -- cgit v1.2.3