summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/macros
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/macros')
-rw-r--r--kexi/plugins/macros/lib/komacro_export.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/kexi/plugins/macros/lib/komacro_export.h b/kexi/plugins/macros/lib/komacro_export.h
index 9b03f2698..42c2d29d8 100644
--- a/kexi/plugins/macros/lib/komacro_export.h
+++ b/kexi/plugins/macros/lib/komacro_export.h
@@ -20,18 +20,8 @@
#ifndef KOMACRO_EXPORT_H_
#define KOMACRO_EXPORT_H_
-#ifdef __cplusplus
-# include <tdeversion.h> /* this will also include <tdelibs_export.h>, if available */
-#endif
-
-/* TDE_EXPORT will be defined multiple times without this on tdelibs 3.3 (tested on 3.3.1) */
#include <tdemacros.h>
-/* workaround for KDElibs < 3.2 on !win32 */
-#ifndef TDE_EXPORT
-# define TDE_EXPORT
-#endif
-
#ifndef KOMACRO_EXPORT
# define KOMACRO_EXPORT TDE_EXPORT
#endif