diff options
Diffstat (limited to 'kioslave/remote/remoteimpl.cpp')
| -rw-r--r-- | kioslave/remote/remoteimpl.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kioslave/remote/remoteimpl.cpp b/kioslave/remote/remoteimpl.cpp index ed117d03f..47e41b821 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.tqcontains(*name)) +			if (!names_found.contains(*name))  			{  				entry.clear();  				createEntry(entry, *dirpath, *name); | 
