summaryrefslogtreecommitdiffstats
path: root/src/nodegroup.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
commite05894553004a47b1e2f276bedcf5963b57a3932 (patch)
tree2c12af14a609c053131e3a463068fa7589e6ac6a /src/nodegroup.h
parent60cba8acf96454af45641d6190a3f2ac9f9ff9b0 (diff)
downloadktechlab-e05894553004a47b1e2f276bedcf5963b57a3932.tar.gz
ktechlab-e05894553004a47b1e2f276bedcf5963b57a3932.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktechlab@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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