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/languages/microbe.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/languages/microbe.cpp') diff --git a/src/languages/microbe.cpp b/src/languages/microbe.cpp index b7c7f8b..00cf1ed 100644 --- a/src/languages/microbe.cpp +++ b/src/languages/microbe.cpp @@ -40,9 +40,9 @@ Microbe::Microbe( ProcessChain *processChain, KTechlab *tqparent ) if ( !line.isEmpty() ) { bool ok; - const int pos = line.left( line.tqfind("#") ).toInt(&ok); + const int pos = line.left( line.find("#") ).toInt(&ok); if (ok) { - m_errorMessages[pos] = line.right(line.length()-line.tqfind("#")); + m_errorMessages[pos] = line.right(line.length()-line.find("#")); } else { kdError() << k_funcinfo << "Error parsing Microbe error-message file"<