summaryrefslogtreecommitdiffstats
path: root/src/thememoodin.cpp
diff options
context:
space:
mode:
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;