summaryrefslogtreecommitdiffstats
path: root/plugins/scanfolder
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/scanfolder')
-rw-r--r--plugins/scanfolder/scanfolder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/scanfolder/scanfolder.cpp b/plugins/scanfolder/scanfolder.cpp
index 36b1ce2..fbac691 100644
--- a/plugins/scanfolder/scanfolder.cpp
+++ b/plugins/scanfolder/scanfolder.cpp
@@ -132,7 +132,7 @@ namespace kt
return;
//search for entry
- TQValueList<KURL>::iterator it = m_pendingURLs.tqfind(url);
+ TQValueList<KURL>::iterator it = m_pendingURLs.find(url);
//if no entry is found than this torrent was not started by this plugin so - quit
if(it == m_pendingURLs.end())