summaryrefslogtreecommitdiffstats
path: root/src/blacklisteditdialog.cpp
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
commitfe9b5d95c9a717fea16685ed7c175e1659d7127c (patch)
treed25f548cddafc13b0336fd1a900ce01a62c4c88c /src/blacklisteditdialog.cpp
parent3cdd44798b7565639ca08dc051fbe21e41d546fa (diff)
downloadkpowersave-fe9b5d95c9a717fea16685ed7c175e1659d7127c.tar.gz
kpowersave-fe9b5d95c9a717fea16685ed7c175e1659d7127c.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpowersave@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/blacklisteditdialog.cpp')
-rw-r--r--src/blacklisteditdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blacklisteditdialog.cpp b/src/blacklisteditdialog.cpp
index 02eda50..e2f33ad 100644
--- a/src/blacklisteditdialog.cpp
+++ b/src/blacklisteditdialog.cpp
@@ -129,7 +129,7 @@ void blacklistEditDialog::pB_add_released(){
// remove the whitespaces and check if text is empty
if(text.stripWhiteSpace() != "") {
// check if the entry is already present
- if(!lB_blacklist->tqfindItem(text, TQt::ExactMatch)) {
+ if(!lB_blacklist->findItem(text, TQt::ExactMatch)) {
lB_blacklist->insertItem(text);
lB_blacklist->sort();
blacklist.append(text);