summaryrefslogtreecommitdiffstats
path: root/ktnef/ktnef/ktnefattach.h
diff options
context:
space:
mode:
Diffstat (limited to 'ktnef/ktnef/ktnefattach.h')
-rw-r--r--ktnef/ktnef/ktnefattach.h4
1 files changed, 2 insertions, 2 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};