diff options
author | Michele Calgaro <[email protected]> | 2024-05-05 17:45:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-05 17:45:40 +0900 |
commit | ddd81fab611d7459e00d10818cad3e903d86fbdc (patch) | |
tree | 55cb49322d7138a1f4ae38adb57204d16596713f /ksayit/KTTSD_Lib/kdeexportfix.h | |
parent | 7597bc858e1e3473715ba8480e8b9cfb4d3808e2 (diff) | |
download | tdeaccessibility-ddd81fab611d7459e00d10818cad3e903d86fbdc.tar.gz tdeaccessibility-ddd81fab611d7459e00d10818cad3e903d86fbdc.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ksayit/KTTSD_Lib/kdeexportfix.h')
-rw-r--r-- | ksayit/KTTSD_Lib/kdeexportfix.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksayit/KTTSD_Lib/kdeexportfix.h b/ksayit/KTTSD_Lib/kdeexportfix.h index 958dd20..8ec6f7b 100644 --- a/ksayit/KTTSD_Lib/kdeexportfix.h +++ b/ksayit/KTTSD_Lib/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 |