summaryrefslogtreecommitdiffstats
path: root/src/nodegroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodegroup.h')
-rw-r--r--src/nodegroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodegroup.h b/src/nodegroup.h
index acdd055..26521ab 100644
--- a/src/nodegroup.h
+++ b/src/nodegroup.h
@@ -66,7 +66,7 @@ public:
/**
* @returns true if node is an internal node to this group
*/
- bool tqcontains( Node *node ) const { return m_nodeList.tqcontains(node); }
+ bool contains( Node *node ) const { return m_nodeList.contains(node); }
/**
* Reroute the NodeGroup. This function should only ever be called by
* ICNDocument::rerouteInvalidatedConnectors(), as it is important that