summaryrefslogtreecommitdiffstats
path: root/ktnef/ktnef
diff options
context:
space:
mode:
Diffstat (limited to 'ktnef/ktnef')
-rw-r--r--ktnef/ktnef/ktnefattach.h4
-rw-r--r--ktnef/ktnef/ktnefmessage.h4
-rw-r--r--ktnef/ktnef/ktnefparser.h4
-rw-r--r--ktnef/ktnef/ktnefproperty.h4
-rw-r--r--ktnef/ktnef/ktnefpropertyset.h4
5 files changed, 10 insertions, 10 deletions
diff --git a/ktnef/ktnef/ktnefattach.h b/ktnef/ktnef/ktnefattach.h
index 280c862f..077d7a3c 100644
--- a/ktnef/ktnef/ktnefattach.h
+++ b/ktnef/ktnef/ktnefattach.h
@@ -22,11 +22,11 @@
#include <tqmap.h>
#include <tqvariant.h>
#include <ktnef/ktnefpropertyset.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
class KTNEFProperty;
-class KDE_EXPORT KTNEFAttach : public KTNEFPropertySet
+class TDE_EXPORT KTNEFAttach : public KTNEFPropertySet
{
public:
enum ParseState { Unparsed = 0x0000, TitleParsed = 0x0001, DataParsed = 0x0002, InfoParsed = 0x0004};
diff --git a/ktnef/ktnef/ktnefmessage.h b/ktnef/ktnef/ktnefmessage.h
index afc372e2..24723c00 100644
--- a/ktnef/ktnef/ktnefmessage.h
+++ b/ktnef/ktnef/ktnefmessage.h
@@ -20,11 +20,11 @@
#include <ktnef/ktnefpropertyset.h>
#include <tqptrlist.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
class KTNEFAttach;
-class KDE_EXPORT KTNEFMessage : public KTNEFPropertySet
+class TDE_EXPORT KTNEFMessage : public KTNEFPropertySet
{
public:
KTNEFMessage();
diff --git a/ktnef/ktnef/ktnefparser.h b/ktnef/ktnef/ktnefparser.h
index fc93391c..7d42b9d1 100644
--- a/ktnef/ktnef/ktnefparser.h
+++ b/ktnef/ktnef/ktnefparser.h
@@ -21,13 +21,13 @@
#include <tqptrlist.h>
#include <tqstring.h>
#include <tqmap.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
class KTNEFAttach;
class KTNEFMessage;
class KTNEFProperty;
-class KDE_EXPORT KTNEFParser
+class TDE_EXPORT KTNEFParser
{
public:
KTNEFParser();
diff --git a/ktnef/ktnef/ktnefproperty.h b/ktnef/ktnef/ktnefproperty.h
index 7b9d9d20..0443e715 100644
--- a/ktnef/ktnef/ktnefproperty.h
+++ b/ktnef/ktnef/ktnefproperty.h
@@ -20,9 +20,9 @@
#include <tqvariant.h>
#include <tqstring.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
-class KDE_EXPORT KTNEFProperty
+class TDE_EXPORT KTNEFProperty
{
public:
enum MAPIType
diff --git a/ktnef/ktnef/ktnefpropertyset.h b/ktnef/ktnef/ktnefpropertyset.h
index 44166e31..789bfe89 100644
--- a/ktnef/ktnef/ktnefpropertyset.h
+++ b/ktnef/ktnef/ktnefpropertyset.h
@@ -20,11 +20,11 @@
#include <tqmap.h>
#include <tqvariant.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
class KTNEFProperty;
-class KDE_EXPORT KTNEFPropertySet
+class TDE_EXPORT KTNEFPropertySet
{
public:
KTNEFPropertySet();