summaryrefslogtreecommitdiffstats
path: root/ksayit/KTTSD_Lib/kdeexportfix.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksayit/KTTSD_Lib/kdeexportfix.h')
-rw-r--r--ksayit/KTTSD_Lib/kdeexportfix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksayit/KTTSD_Lib/kdeexportfix.h b/ksayit/KTTSD_Lib/kdeexportfix.h
index af01c25..ff5b9be 100644
--- a/ksayit/KTTSD_Lib/kdeexportfix.h
+++ b/ksayit/KTTSD_Lib/kdeexportfix.h
@@ -1,5 +1,5 @@
/***************************************************** vim:set ts=4 sw=4 sts=4:
- kdelibs < 3.3.2 had a bug in the KDE_EXPORT macro. This file fixes this
+ tdelibs < 3.3.2 had a bug in the KDE_EXPORT macro. This file fixes this
by undefining it.
-------------------
Copyright : (C) 2005 by Gary Cramblitt <garycramblitt@comcast.net>
@@ -15,7 +15,7 @@
* *
***************************************************************************/
-#include <kdeversion.h>
+#include <tdeversion.h>
#if TDE_VERSION < KDE_MAKE_VERSION (3,3,2)
#undef KDE_EXPORT
#define KDE_EXPORT