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 --- kmail/messageproperty.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kmail/messageproperty.h') diff --git a/kmail/messageproperty.h b/kmail/messageproperty.h index 1ffbdcc7b..4809cd7ad 100644 --- a/kmail/messageproperty.h +++ b/kmail/messageproperty.h @@ -33,9 +33,9 @@ #include "kmfilteraction.h" // for KMFilterAction::ReturnCode #include "kmfolder.h" -#include -#include -#include +#include +#include +#include class KMFilter; class KMFilterDlg; @@ -98,13 +98,13 @@ public: private: // The folder a message is to be moved into once filtering is finished if any - static QMap > sFolders; + static TQMap > sFolders; // The action scheduler currently processing a message if any - static QMap > sHandlers; + static TQMap > sHandlers; // The transferInProgres state of a message if any. - static QMap sTransfers; + static TQMap sTransfers; // The cached serial number of a message if any. - static QMap sSerialCache; + static TQMap sSerialCache; }; } -- cgit v1.2.1