summaryrefslogtreecommitdiffstats
path: root/kmail/kmaccount.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmaccount.h')
-rw-r--r--kmail/kmaccount.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/kmaccount.h b/kmail/kmaccount.h
index f0455b3b..89d33dcc 100644
--- a/kmail/kmaccount.h
+++ b/kmail/kmaccount.h
@@ -1,4 +1,4 @@
-/* -*- mode: C++ -*-
+/*
* kmail: KDE mail client
* Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org>
*
@@ -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.
*/