From e05894553004a47b1e2f276bedcf5963b57a3932 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: 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 --- src/nodegroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nodegroup.h') 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 -- cgit v1.2.1