diff options
Diffstat (limited to 'kmail/accountmanager.h')
-rw-r--r-- | kmail/accountmanager.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/accountmanager.h b/kmail/accountmanager.h index 4afe8bb9..edffac54 100644 --- a/kmail/accountmanager.h +++ b/kmail/accountmanager.h @@ -1,4 +1,4 @@ -/* -*- mode: C++ -*- +/* * kmail: KDE mail client * Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org> * @@ -22,7 +22,7 @@ #include <tqobject.h> #include "kmaccount.h" -#include <tdepimmacros.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 */ |