summaryrefslogtreecommitdiffstats
path: root/kmymoney2
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:16:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 12:38:47 +0900
commit4e1c3b0d7f59c4c59c2b53e36291aabc42d991b6 (patch)
tree104e95d5260a0557179b0464638ee6ac752f1f36 /kmymoney2
parentfaf8f980b59cd3cfd2f5cb4a42db79ad67b97ead (diff)
downloadkmymoney-4e1c3b0d7f59c4c59c2b53e36291aabc42d991b6.tar.gz
kmymoney-4e1c3b0d7f59c4c59c2b53e36291aabc42d991b6.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 22063d77180753d4fddd9840514a5d073e695b5b)
Diffstat (limited to 'kmymoney2')
-rw-r--r--kmymoney2/export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/export.h b/kmymoney2/export.h
index 8e912df..d7ce3aa 100644
--- a/kmymoney2/export.h
+++ b/kmymoney2/export.h
@@ -26,7 +26,7 @@
#if KDE_IS_VERSION(3,2,90)
#ifdef __KDE_HAVE_GCC_VISIBILITY
#include <kdemacros.h>
- #define KMYMONEY_EXPORT KDE_EXPORT
+ #define KMYMONEY_EXPORT TDE_EXPORT
#else
#define KMYMONEY_EXPORT
#endif