summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:13:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 11:16:12 +0900
commitb8cd662e3180ce43b968be4ccc283466fe4ea612 (patch)
tree2bae5acfad3bfa32c3e2ef776b33c6a026c2f920
parent1ff6ea626b14fb170422f799cbabaea191107d32 (diff)
downloadkdiff3-r14.1.x.tar.gz
kdiff3-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 7d42c691a85c7f83cfb5e5d2fe87db2ae0d1021e)
-rw-r--r--src/kdiff3_part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdiff3_part.cpp b/src/kdiff3_part.cpp
index 3f5533e..aa0760c 100644
--- a/src/kdiff3_part.cpp
+++ b/src/kdiff3_part.cpp
@@ -303,7 +303,7 @@ TDEInstance* KDiff3PartFactory::instance()
}
extern "C"
-{ KDE_EXPORT
+{ TDE_EXPORT
void* init_libkdiff3part()
{
return new KDiff3PartFactory;