diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
commit | 5173e6fcb16310e130fba4143e334563b4f8460e (patch) | |
tree | 52333f9eb0c94f760d4dddc8714671fb50f7b625 /src/ccInstHelper.cpp | |
parent | 7b4db4f16d44d4e9aeee241211827558acd64f17 (diff) | |
download | kdiff3-5173e6fcb16310e130fba4143e334563b4f8460e.tar.gz kdiff3-5173e6fcb16310e130fba4143e334563b4f8460e.zip |
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
Diffstat (limited to 'src/ccInstHelper.cpp')
-rw-r--r-- | src/ccInstHelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<LineItem>::const_iterator j = lineItemListBak.begin(); for (;j!=lineItemListBak.end();++j) |