summaryrefslogtreecommitdiffstats
path: root/libkpimidentities/identitymanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkpimidentities/identitymanager.h')
-rw-r--r--libkpimidentities/identitymanager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libkpimidentities/identitymanager.h b/libkpimidentities/identitymanager.h
index b0aee59d..92d59157 100644
--- a/libkpimidentities/identitymanager.h
+++ b/libkpimidentities/identitymanager.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
identitymanager.h
This file is part of KMail, the KDE mail client.
@@ -35,7 +35,7 @@
#include <tqvaluelist.h>
#include <dcopobject.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
class TDEConfigBase;
class TDEConfig;
@@ -50,11 +50,11 @@ class Identity;
* @short Manages the list of identities.
* @author Marc Mutz <mutz@kde.org>
**/
-#define IdentityManager KDE_EXPORT IdentityManager
+#define IdentityManager TDE_EXPORT IdentityManager
class IdentityManager : public ConfigManager, public DCOPObject
#undef IdentityManager
{
- Q_OBJECT
+ TQ_OBJECT
//
K_DCOP