diff options
Diffstat (limited to 'kmail/kmaccount.h')
-rw-r--r-- | kmail/kmaccount.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/kmaccount.h b/kmail/kmaccount.h index 8445d55e..89d33dcc 100644 --- a/kmail/kmaccount.h +++ b/kmail/kmaccount.h @@ -20,7 +20,7 @@ #ifndef kmaccount_h #define kmaccount_h -#include <kprocess.h> +#include <tdeprocess.h> #include <kaccount.h> #include <tqstring.h> @@ -51,7 +51,7 @@ typedef TQValueList< ::KMAccount* > AccountList; class KMPrecommand : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -73,7 +73,7 @@ protected: class KMAccount: public TQObject, public KAccount { - Q_OBJECT + TQ_OBJECT friend class KMail::AccountManager; friend class ::KMail::FolderJob; @@ -132,7 +132,7 @@ public: virtual void setTrash(const TQString& aTrash) { mTrash = aTrash; } /** - * Process new mail for this account if one arrived. Returns TRUE if new + * Process new mail for this account if one arrived. Returns true if new * mail has been found. Whether the mail is automatically loaded to * an associated folder or not depends on the type of the account. */ |