summaryrefslogtreecommitdiffstats
path: root/lib/compatibility/kmdi/qextmdi/kdelibs_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compatibility/kmdi/qextmdi/kdelibs_export.h')
-rw-r--r--lib/compatibility/kmdi/qextmdi/kdelibs_export.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/compatibility/kmdi/qextmdi/kdelibs_export.h b/lib/compatibility/kmdi/qextmdi/kdelibs_export.h
index f93d852e..79291f62 100644
--- a/lib/compatibility/kmdi/qextmdi/kdelibs_export.h
+++ b/lib/compatibility/kmdi/qextmdi/kdelibs_export.h
@@ -35,17 +35,17 @@
#define KDE_EXPORT
/* export statements for unix */
-#define KDECORE_EXPORT KDE_EXPORT
-#define KDEUI_EXPORT KDE_EXPORT
-#define KDEFX_EXPORT KDE_EXPORT
-#define KDEPRINT_EXPORT KDE_EXPORT
+#define TDECORE_EXPORT KDE_EXPORT
+#define TDEUI_EXPORT KDE_EXPORT
+#define TDEFX_EXPORT KDE_EXPORT
+#define TDEPRINT_EXPORT KDE_EXPORT
#define KDNSSD_EXPORT KDE_EXPORT
#define KIO_EXPORT KDE_EXPORT
#define DCOP_EXPORT KDE_EXPORT
#define KPARTS_EXPORT KDE_EXPORT
#define KTEXTEDITOR_EXPORT KDE_EXPORT
#define KABC_EXPORT KDE_EXPORT
-#define KDESU_EXPORT KDE_EXPORT
+#define TDESU_EXPORT KDE_EXPORT
#define KVCARD_EXPORT KDE_EXPORT
#define KRESOURCES_EXPORT KDE_EXPORT
#define KSTYLE_EXPORT KDE_EXPORT
@@ -71,14 +71,14 @@
/* workaround for tdecore: stupid tqmoc's grammar doesn't accept two macros
between 'class' keyword and <classname>: */
#ifdef KDE_DEPRECATED
-# ifndef KDECORE_EXPORT_DEPRECATED
-# define KDECORE_EXPORT_DEPRECATED KDE_DEPRECATED KDECORE_EXPORT
+# ifndef TDECORE_EXPORT_DEPRECATED
+# define TDECORE_EXPORT_DEPRECATED KDE_DEPRECATED TDECORE_EXPORT
# endif
# ifndef KIO_EXPORT_DEPRECATED
# define KIO_EXPORT_DEPRECATED KDE_DEPRECATED KIO_EXPORT
# endif
-# ifndef KDEUI_EXPORT_DEPRECATED
-# define KDEUI_EXPORT_DEPRECATED KDE_DEPRECATED KDEUI_EXPORT
+# ifndef TDEUI_EXPORT_DEPRECATED
+# define TDEUI_EXPORT_DEPRECATED KDE_DEPRECATED TDEUI_EXPORT
# endif
# ifndef KABC_EXPORT_DEPRECATED
# define KABC_EXPORT_DEPRECATED KDE_DEPRECATED KABC_EXPORT