summaryrefslogtreecommitdiffstats
path: root/kttsd/libkttsd/kdeexportfix.h
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/libkttsd/kdeexportfix.h')
-rw-r--r--kttsd/libkttsd/kdeexportfix.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kttsd/libkttsd/kdeexportfix.h b/kttsd/libkttsd/kdeexportfix.h
index 27811f6..c4f53b6 100644
--- a/kttsd/libkttsd/kdeexportfix.h
+++ b/kttsd/libkttsd/kdeexportfix.h
@@ -1,5 +1,5 @@
-/***************************************************** vim:set ts=4 sw=4 sts=4:
- tdelibs < 3.3.2 had a bug in the KDE_EXPORT macro. This file fixes this
+/*
+ tdelibs < 3.3.2 had a bug in the TDE_EXPORT macro. This file fixes this
by undefining it.
-------------------
Copyright : (C) 2005 by Gary Cramblitt <garycramblitt@comcast.net>
@@ -20,8 +20,8 @@
#include <tdeversion.h>
#if TDE_VERSION < TDE_MAKE_VERSION (3,3,2)
-#undef KDE_EXPORT
-#define KDE_EXPORT
+#undef TDE_EXPORT
+#define TDE_EXPORT
#endif
#endif // _KDEEXPORTFIX_H_