summaryrefslogtreecommitdiffstats
path: root/src/kmplayer_def.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:15:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 12:22:48 +0900
commitc5d77586845f1afdb3869941ed4612de6be566a0 (patch)
treef0fd879959ef68abe19bc21e9f2e58ed04e9b55a /src/kmplayer_def.h
parent2debdf218d21f3e2efc518481f0aea57a46b6539 (diff)
downloadkmplayer-c5d77586.tar.gz
kmplayer-c5d77586.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 22a46b7525fb4db31bdd603c7a18a9204144ef0f)
Diffstat (limited to 'src/kmplayer_def.h')
-rw-r--r--src/kmplayer_def.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/kmplayer_def.h b/src/kmplayer_def.h
index 7c3ee7f..044be16 100644
--- a/src/kmplayer_def.h
+++ b/src/kmplayer_def.h
@@ -31,16 +31,16 @@
#include <kdemacros.h>
#undef KDE_NO_CDTOR_EXPORT
-#undef KDE_NO_EXPORT
-#ifndef KDE_EXPORT
- #define KDE_EXPORT
+#undef TDE_NO_EXPORT
+#ifndef TDE_EXPORT
+ #define TDE_EXPORT
#endif
#if __GNUC__ - 0 > 3 && __GNUC_MINOR__ - 0 > 1
# define KMPLAYER_NO_EXPORT __attribute__ ((visibility("hidden")))
# define KMPLAYER_EXPORT __attribute__ ((visibility("default")))
# define KMPLAYER_NO_MBR_EXPORT __attribute__ ((visibility("hidden")))
# define KDE_NO_CDTOR_EXPORT
-# define KDE_NO_EXPORT
+# define TDE_NO_EXPORT
#elif __GNUC__ - 0 > 3 || (__GNUC__ - 0 == 3 && __GNUC_MINOR__ - 0 > 3)
#if __GNUC__ - 0 > 3
#define KMPLAYER_NO_EXPORT __attribute__ ((visibility("hidden")))
@@ -48,18 +48,18 @@
#define KMPLAYER_NO_EXPORT
#endif
#define KDE_NO_CDTOR_EXPORT __attribute__ ((visibility("hidden")))
- #define KDE_NO_EXPORT __attribute__ ((visibility("hidden")))
+ #define TDE_NO_EXPORT __attribute__ ((visibility("hidden")))
#define KMPLAYER_EXPORT __attribute__ ((visibility("default")))
#define KMPLAYER_NO_MBR_EXPORT
#elif __GNUC__ - 0 > 3 || (__GNUC__ - 0 == 3 && __GNUC_MINOR__ - 0 > 2)
#define KDE_NO_CDTOR_EXPORT
- #define KDE_NO_EXPORT __attribute__ ((visibility("hidden")))
+ #define TDE_NO_EXPORT __attribute__ ((visibility("hidden")))
#define KMPLAYER_EXPORT
#define KMPLAYER_NO_EXPORT
#define KMPLAYER_NO_MBR_EXPORT
#else
#define KDE_NO_CDTOR_EXPORT
- #define KDE_NO_EXPORT
+ #define TDE_NO_EXPORT
#define KMPLAYER_EXPORT
#define KMPLAYER_NO_EXPORT
#define KMPLAYER_NO_MBR_EXPORT