summaryrefslogtreecommitdiffstats
path: root/src/thememoodin.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
commit7c27bddd54511adb53cf93195999cffc56dedced (patch)
treeff36bef6f4ec37e34ce907c35256fe17b0988630 /src/thememoodin.cpp
parenta7dcba0bccd505f672310722d7205c60f57c9c17 (diff)
downloadksplash-engine-moodin-7c27bddd54511adb53cf93195999cffc56dedced.tar.gz
ksplash-engine-moodin-7c27bddd54511adb53cf93195999cffc56dedced.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ksplash-engine-moodin@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/thememoodin.cpp')
-rw-r--r--src/thememoodin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thememoodin.cpp b/src/thememoodin.cpp
index bc6547e..eac1a08 100644
--- a/src/thememoodin.cpp
+++ b/src/thememoodin.cpp
@@ -364,7 +364,7 @@ void ThemeMoodin::slotSetPixmap(const TQString& s)
if (!mEffectWidgets.count() > 0)
return;
- int n = statusPixmaps().tqfindIndex(s);
+ int n = statusPixmaps().findIndex(s);
if (n == -1)
return;