summaryrefslogtreecommitdiffstats
path: root/kbstateapplet/kdeexportfix.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-05 17:45:40 +0900
committerMichele Calgaro <[email protected]>2024-05-06 20:34:40 +0900
commit93d2ad8f8df82b1e68aecffd53f60a26bd59359f (patch)
treebb656a79fbbf749ee91228ae7a33d28b044c0f3a /kbstateapplet/kdeexportfix.h
parent1e42a67ff705df1251b73a942e939685d8bb7cdf (diff)
downloadtdeaccessibility-93d2ad8f8df82b1e68aecffd53f60a26bd59359f.tar.gz
tdeaccessibility-93d2ad8f8df82b1e68aecffd53f60a26bd59359f.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ddd81fab611d7459e00d10818cad3e903d86fbdc)
Diffstat (limited to 'kbstateapplet/kdeexportfix.h')
-rw-r--r--kbstateapplet/kdeexportfix.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbstateapplet/kdeexportfix.h b/kbstateapplet/kdeexportfix.h
index 958dd20..8ec6f7b 100644
--- a/kbstateapplet/kdeexportfix.h
+++ b/kbstateapplet/kdeexportfix.h
@@ -1,5 +1,5 @@
/*
- 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 <[email protected]>
@@ -17,6 +17,6 @@
#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