diff options
Diffstat (limited to 'kmail/kmfoldermbox.h')
-rw-r--r-- | kmail/kmfoldermbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmfoldermbox.h b/kmail/kmfoldermbox.h index d1993b17..38348a15 100644 --- a/kmail/kmfoldermbox.h +++ b/kmail/kmfoldermbox.h @@ -46,7 +46,7 @@ using KMail::AttachmentStrategy; class KMFolderMbox : public KMFolderIndex { - Q_OBJECT + TQ_OBJECT friend class ::KMail::MboxJob; public: @@ -149,7 +149,7 @@ protected: private: FILE *mStream; - bool mFilesLocked; // TRUE if the files of the folder are locked (writable) + bool mFilesLocked; // true if the files of the folder are locked (writable) bool mReadOnly; // true if locking failed LockType mLockType; TQString mProcmailLockFileName; |