summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/searchdialog/csearchdialogpages.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
commitfbb51be9cf90010543720218379f0cba3e009302 (patch)
tree2c25c57731bff5da5c6c02e2e04482922e87506d /bibletime/frontend/searchdialog/csearchdialogpages.h
parent87507feff3710d4f3e251b92e63fe876242312fe (diff)
downloadbibletime-fbb51be9cf90010543720218379f0cba3e009302.tar.gz
bibletime-fbb51be9cf90010543720218379f0cba3e009302.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/bibletime@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'bibletime/frontend/searchdialog/csearchdialogpages.h')
-rw-r--r--bibletime/frontend/searchdialog/csearchdialogpages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/frontend/searchdialog/csearchdialogpages.h b/bibletime/frontend/searchdialog/csearchdialogpages.h
index d70a9bf..c190111 100644
--- a/bibletime/frontend/searchdialog/csearchdialogpages.h
+++ b/bibletime/frontend/searchdialog/csearchdialogpages.h
@@ -78,7 +78,7 @@ public:
return keyNameList.count();
}
void addKeyName(const TQString& keyName) {
- if (keyNameList.tqfindIndex(keyName) == -1)
+ if (keyNameList.findIndex(keyName) == -1)
keyNameList.append(keyName);
}
TQStringList* getKeyList() {