From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmailcvt/filter_pmail.hxx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'kmailcvt/filter_pmail.hxx') diff --git a/kmailcvt/filter_pmail.hxx b/kmailcvt/filter_pmail.hxx index 9db76d11f..664fdcc1b 100644 --- a/kmailcvt/filter_pmail.hxx +++ b/kmailcvt/filter_pmail.hxx @@ -18,8 +18,8 @@ #ifndef FILTER_PMAIL_HXX #define FILTER_PMAIL_HXX -#include -#include +#include +#include #include "filters.hxx" @@ -33,21 +33,21 @@ public: protected: /** this looks for all files with the filemask 'mask' and calls the 'workFunc' on each of them */ - void processFiles(const QString& mask, void(FilterPMail::* workFunc)(const QString&) ); + void processFiles(const TQString& mask, void(FilterPMail::* workFunc)(const TQString&) ); /** this function imports one *.CNM message */ - void importNewMessage(const QString& file); + void importNewMessage(const TQString& file); /** this function imports one mail folder file (*.PMM) */ - void importMailFolder(const QString& file); + void importMailFolder(const TQString& file); /** imports a 'unix' format mail folder (*.MBX) */ - void importUnixMailFolder(const QString& file); + void importUnixMailFolder(const TQString& file); /** this function recreate the folder structure */ bool parseFolderMatrix(); /** this function parse the folder structure */ - QString getFolderName(QString ID); + TQString getFolderName(TQString ID); private: /** the working directory */ - QDir dir; + TQDir dir; /** pointer to the info */ FilterInfo * inf; @@ -60,12 +60,12 @@ private: 4. "ID:name" of parent folder 5. name of folder/archiv */ - QValueList folderMatrix; - typedef QValueList::Iterator FolderStructureIterator; + TQValueList folderMatrix; + typedef TQValueList::Iterator FolderStructureIterator; bool folderParsed; - QString chosenDir; + TQString chosenDir; /** which file (of totalFiles) is now in the work? */ int currentFile; -- cgit v1.2.1