summaryrefslogtreecommitdiffstats
path: root/kmail/accountmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/accountmanager.h')
-rw-r--r--kmail/accountmanager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/accountmanager.h b/kmail/accountmanager.h
index b1c1ef7c..edffac54 100644
--- a/kmail/accountmanager.h
+++ b/kmail/accountmanager.h
@@ -22,7 +22,7 @@
#include <tqobject.h>
#include "kmaccount.h"
-#include <kdemacros.h>
+#include <tdemacros.h>
class TQString;
class TQStringList;
@@ -32,9 +32,9 @@ namespace KMail {
* The account manager is responsible for creating accounts of various types
* via the factory method create() and for keeping track of them.
*/
-class KDE_EXPORT AccountManager: public TQObject
+class TDE_EXPORT AccountManager: public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
friend class ::KMAccount;
@@ -68,7 +68,7 @@ public:
KMAccount* find( const uint id ) const;
/** Physically remove account. Also deletes the given account object !
- Returns FALSE and does nothing if the account cannot be removed. */
+ Returns false and does nothing if the account cannot be removed. */
bool remove( KMAccount* );
/** First account of the list */