diff options
Diffstat (limited to 'kmail/kmfolderimap.h')
-rw-r--r-- | kmail/kmfolderimap.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kmail/kmfolderimap.h b/kmail/kmfolderimap.h index 5f454c59..12f2928e 100644 --- a/kmail/kmfolderimap.h +++ b/kmail/kmfolderimap.h @@ -32,7 +32,7 @@ #include "tdeio/job.h" #include "tdeio/global.h" -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqintdict.h> #include <tqdict.h> @@ -77,7 +77,7 @@ private: class KMFolderImap : public KMFolderMbox { - Q_OBJECT + TQ_OBJECT friend class ::KMail::ImapJob; public: @@ -125,8 +125,8 @@ public: KMAcctImap* account() const; /** Remove (first occurrence of) given message from the folder. */ - virtual void removeMsg(int i, bool quiet = FALSE); - virtual void removeMsg(const TQPtrList<KMMessage>& msgList, bool quiet = FALSE); + virtual void removeMsg(int i, bool quiet = false); + virtual void removeMsg(const TQPtrList<KMMessage>& msgList, bool quiet = false); virtual int rename( const TQString& newName, KMFolderDir *aParent = 0 ); @@ -152,12 +152,12 @@ public: /** * Retrieve all mails in a folder */ - void getFolder(bool force = FALSE); + void getFolder(bool force = false); /** * same as above but also checks for new mails */ - void getAndCheckFolder(bool force = FALSE); + void getAndCheckFolder(bool force = false); /** * Get the whole message @@ -380,7 +380,7 @@ public slots: * Convert IMAP flags to a message status * @param newMsg specifies whether unseen messages are new or unread */ - static void flagsToStatus(KMMsgBase *msg, int flags, bool newMsg = TRUE, int supportedFalgs = 31 ); + static void flagsToStatus(KMMsgBase *msg, int flags, bool newMsg = true, int supportedFalgs = 31 ); /** * Convert IMAP seen flag to a message status. |