diff options
author | Michele Calgaro <[email protected]> | 2024-05-03 12:13:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-07 11:17:53 +0900 |
commit | 4508b0efcf22cb5a40a35d3121ea94c60d4bd315 (patch) | |
tree | b408518f76ed76f0c6614cf3befe3f4cc43875ca /part/kxmleditorfactory.cpp | |
parent | 51322a94b8c322f15217cf22876ed3e1c60487bd (diff) | |
download | kxmleditor-4508b0efcf22cb5a40a35d3121ea94c60d4bd315.tar.gz kxmleditor-4508b0efcf22cb5a40a35d3121ea94c60d4bd315.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 248d53b71f00cdd828e3c4ae7df7464292670012)
Diffstat (limited to 'part/kxmleditorfactory.cpp')
-rw-r--r-- | part/kxmleditorfactory.cpp | 2 |
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; } |