summaryrefslogtreecommitdiffstats
path: root/kioslave/remote/remoteimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kioslave/remote/remoteimpl.cpp')
-rw-r--r--kioslave/remote/remoteimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/remote/remoteimpl.cpp b/kioslave/remote/remoteimpl.cpp
index 47e41b821..ed117d03f 100644
--- a/kioslave/remote/remoteimpl.cpp
+++ b/kioslave/remote/remoteimpl.cpp
@@ -74,7 +74,7 @@ void RemoteImpl::listRoot(TQValueList<KIO::UDSEntry> &list) const
for(; name!=endf; ++name)
{
- if (!names_found.contains(*name))
+ if (!names_found.tqcontains(*name))
{
entry.clear();
createEntry(entry, *dirpath, *name);