From 33f08e93132a53bf14f41f5f1e567eeea832b336 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/basket@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/likeback.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/likeback.cpp') diff --git a/src/likeback.cpp b/src/likeback.cpp index d22e985..202857f 100644 --- a/src/likeback.cpp +++ b/src/likeback.cpp @@ -568,11 +568,11 @@ void LikeBack::askEmailAddress() // FIXME: Should be moved to KAboutData? Cigogne will also need it. bool LikeBack::isDevelopmentVersion(const TQString &version) { - return version.tqfind("alpha", /*index=*/0, /*caseSensitive=*/false) != -1 || - version.tqfind("beta", /*index=*/0, /*caseSensitive=*/false) != -1 || - version.tqfind("rc", /*index=*/0, /*caseSensitive=*/false) != -1 || - version.tqfind("svn", /*index=*/0, /*caseSensitive=*/false) != -1 || - version.tqfind("cvs", /*index=*/0, /*caseSensitive=*/false) != -1; + return version.find("alpha", /*index=*/0, /*caseSensitive=*/false) != -1 || + version.find("beta", /*index=*/0, /*caseSensitive=*/false) != -1 || + version.find("rc", /*index=*/0, /*caseSensitive=*/false) != -1 || + version.find("svn", /*index=*/0, /*caseSensitive=*/false) != -1 || + version.find("cvs", /*index=*/0, /*caseSensitive=*/false) != -1; } /** -- cgit v1.2.3