summaryrefslogtreecommitdiffstats
path: root/kioslave/system/kdedmodule/systemdirnotify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kioslave/system/kdedmodule/systemdirnotify.cpp')
-rw-r--r--kioslave/system/kdedmodule/systemdirnotify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/system/kdedmodule/systemdirnotify.cpp b/kioslave/system/kdedmodule/systemdirnotify.cpp
index 162d96621..70d9057a6 100644
--- a/kioslave/system/kdedmodule/systemdirnotify.cpp
+++ b/kioslave/system/kdedmodule/systemdirnotify.cpp
@@ -59,7 +59,7 @@ void SystemDirNotify::init()
for(; name!=endf; ++name)
{
- if (!names_found.contains(*name))
+ if (!names_found.tqcontains(*name))
{
KDesktopFile desktop(*dirpath+*name, true);