summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:13:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 11:17:53 +0900
commit4508b0efcf22cb5a40a35d3121ea94c60d4bd315 (patch)
treeb408518f76ed76f0c6614cf3befe3f4cc43875ca
parent51322a94b8c322f15217cf22876ed3e1c60487bd (diff)
downloadkxmleditor-r14.1.x.tar.gz
kxmleditor-r14.1.x.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 248d53b71f00cdd828e3c4ae7df7464292670012)
-rw-r--r--part/kxmleditorfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/part/kxmleditorfactory.cpp b/part/kxmleditorfactory.cpp
index 0db9455..d1e4e06 100644
--- a/part/kxmleditorfactory.cpp
+++ b/part/kxmleditorfactory.cpp
@@ -28,7 +28,7 @@
extern "C"
{
- KDE_EXPORT void * init_libkxmleditorpart()
+ TDE_EXPORT void * init_libkxmleditorpart()
{
return new KXMLEditorFactory;
}