From 5173e6fcb16310e130fba4143e334563b4f8460e 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/kdiff3@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/ccInstHelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ccInstHelper.cpp') diff --git a/src/ccInstHelper.cpp b/src/ccInstHelper.cpp index 643f8f6..055e2d6 100644 --- a/src/ccInstHelper.cpp +++ b/src/ccInstHelper.cpp @@ -260,7 +260,7 @@ int integrateWithClearCase( const char* subCommand, const char* kdiff3CommandPat for( ; i!=lineItemList.end(); ++i ) { LineItem& li = *i; - if ((int)toUpper(li.command).tqfind("KDIFF3")>=0) + if ((int)toUpper(li.command).find("KDIFF3")>=0) { std::list::const_iterator j = lineItemListBak.begin(); for (;j!=lineItemListBak.end();++j) -- cgit v1.2.3