From 36a36a5c1015aa0d03f4515c401e907ddb9d6291 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmailcvt/filter_pmail.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kmailcvt/filter_pmail.cxx') diff --git a/kmailcvt/filter_pmail.cxx b/kmailcvt/filter_pmail.cxx index 52c5c7fc..982d713a 100644 --- a/kmailcvt/filter_pmail.cxx +++ b/kmailcvt/filter_pmail.cxx @@ -81,13 +81,13 @@ void FilterPMail::import(FilterInfo *info) info->setOverall(100); } -/** this looks for all files with the filetqmask 'tqmask' and calls the 'workFunc' on each of them */ -void FilterPMail::processFiles(const TQString& tqmask, void(FilterPMail::* workFunc)(const TQString&) ) +/** this looks for all files with the filemask 'mask' and calls the 'workFunc' on each of them */ +void FilterPMail::processFiles(const TQString& mask, void(FilterPMail::* workFunc)(const TQString&) ) { if (inf->shouldTerminate()) return; - TQStringList files = dir.entryList(tqmask, TQDir::Files, TQDir::Name); - //kdDebug() << "Mask is " << tqmask << " count is " << files.count() << endl; + TQStringList files = dir.entryList(mask, TQDir::Files, TQDir::Name); + //kdDebug() << "Mask is " << mask << " count is " << files.count() << endl; for ( TQStringList::Iterator mailFile = files.begin(); mailFile != files.end(); ++mailFile ) { // Notify current file TQFileInfo mailfileinfo(*mailFile); -- cgit v1.2.3