diff options
Diffstat (limited to 'kmail/messageproperty.h')
-rw-r--r-- | kmail/messageproperty.h | 14 |
1 files changed, 7 insertions, 7 deletions
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 <qptrlist.h> -#include <qguardedptr.h> -#include <qobject.h> +#include <tqptrlist.h> +#include <tqguardedptr.h> +#include <tqobject.h> 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<Q_UINT32, QGuardedPtr<KMFolder> > sFolders; + static TQMap<Q_UINT32, TQGuardedPtr<KMFolder> > sFolders; // The action scheduler currently processing a message if any - static QMap<Q_UINT32, QGuardedPtr<ActionScheduler> > sHandlers; + static TQMap<Q_UINT32, TQGuardedPtr<ActionScheduler> > sHandlers; // The transferInProgres state of a message if any. - static QMap<Q_UINT32, int > sTransfers; + static TQMap<Q_UINT32, int > sTransfers; // The cached serial number of a message if any. - static QMap<const KMMsgBase*, long > sSerialCache; + static TQMap<const KMMsgBase*, long > sSerialCache; }; } |