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.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmailcvt/filter_pmail.hxx') diff --git a/kmailcvt/filter_pmail.hxx b/kmailcvt/filter_pmail.hxx index 86f08ce6d..664fdcc1b 100644 --- a/kmailcvt/filter_pmail.hxx +++ b/kmailcvt/filter_pmail.hxx @@ -32,8 +32,8 @@ public: void import(FilterInfo *info); protected: - /** this looks for all files with the filetqmask 'tqmask' and calls the 'workFunc' on each of them */ - void 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 processFiles(const TQString& mask, void(FilterPMail::* workFunc)(const TQString&) ); /** this function imports one *.CNM message */ void importNewMessage(const TQString& file); /** this function imports one mail folder file (*.PMM) */ @@ -57,7 +57,7 @@ private: 1. type (2 for root-folder, 1 for folder, 0 for mailarchiv) 2. type (1 for root-folder, 3 for folder, 0 for mailarchiv) 3. "ID:flag:filename" of folder/archiv - 4. "ID:name" of tqparent folder + 4. "ID:name" of parent folder 5. name of folder/archiv */ TQValueList folderMatrix; -- cgit v1.2.1