diff options
Diffstat (limited to 'src/node.h')
-rw-r--r-- | src/node.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |