From 2a99db3ebc4c211e436f95fde24b5ac6826d0267 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- plugins/scanfolder/scanfolder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/scanfolder') 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::iterator it = m_pendingURLs.tqfind(url); + TQValueList::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()) -- cgit v1.2.1