summaryrefslogtreecommitdiffstats
path: root/libkpimidentities/identitycombo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkpimidentities/identitycombo.h')
-rw-r--r--libkpimidentities/identitycombo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libkpimidentities/identitycombo.h b/libkpimidentities/identitycombo.h
index 1644f9c2..f9594422 100644
--- a/libkpimidentities/identitycombo.h
+++ b/libkpimidentities/identitycombo.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
identitycombo.h
This file is part of KMail, the KDE mail client.
@@ -34,7 +34,7 @@
#include <tqcombobox.h>
#include <tqvaluelist.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
class TQString;
@@ -48,8 +48,8 @@ class Identity;
* @author Marc Mutz <mutz@kde.org>
**/
-class KDE_EXPORT IdentityCombo : public TQComboBox {
- Q_OBJECT
+class TDE_EXPORT IdentityCombo : public TQComboBox {
+ TQ_OBJECT
public:
IdentityCombo( IdentityManager* manager, TQWidget * parent=0, const char * name=0 );