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 --- microbe/optimizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'microbe/optimizer.cpp') diff --git a/microbe/optimizer.cpp b/microbe/optimizer.cpp index 7b8d059..03e3110 100644 --- a/microbe/optimizer.cpp +++ b/microbe/optimizer.cpp @@ -160,7 +160,7 @@ bool Optimizer::pruneInstructions() TQStringList::iterator labelsEnd = labels.end(); for ( TQStringList::iterator labelsIt = labels.begin(); labelsIt != labelsEnd; ) { - if ( !referencedLabels.tqcontains( *labelsIt ) ) + if ( !referencedLabels.contains( *labelsIt ) ) { labelsIt = labels.erase( labelsIt ); removed = true; -- cgit v1.2.3