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/node.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/node.h') diff --git a/src/node.h b/src/node.h index 1a2005b..f5e5f0b 100644 --- a/src/node.h +++ b/src/node.h @@ -77,7 +77,7 @@ public: const TQString childId() const { return m_childId; } /** * Use this function to set the child-id, that is unique to the node - * amongst the other nodes associated with its tqparent CNItem + * amongst the other nodes associated with its parent CNItem */ void setChildId( const TQString &id ) { m_childId = id; } /** @@ -151,9 +151,9 @@ public: void addOutputConnector( Connector * const connector ); /** * Returns the total number of connections to the node. This is the number - * of input connectors, the number of output connectors, and the tqparent + * of input connectors, the number of output connectors, and the parent * item connector if it exists and is requested. - * @param includeParentItem Count the tqparent item as a connector if it exists + * @param includeParentItem Count the parent item as a connector if it exists * @param includeHiddenConnectors hidden connectors are those as e.g. part of a subcircuit */ int numCon( bool includeParentItem, bool includeHiddenConnectors ) const; -- cgit v1.2.3