diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:16:39 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:16:39 +0900 |
| commit | c9ac27c114a95615d71b0188c864ce5858556404 (patch) | |
| tree | ae6992a302de89ebfdf3cf3d41ceee9529e5f380 | |
| parent | a8cf4b8b509a211647463c69d10b301c5d741fd3 (diff) | |
| download | kbibtex-c9ac27c114a95615d71b0188c864ce5858556404.tar.gz kbibtex-c9ac27c114a95615d71b0188c864ce5858556404.zip | |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | src/kbibtex_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbibtex_part.cpp b/src/kbibtex_part.cpp index 2ea7041..27a40cc 100644 --- a/src/kbibtex_part.cpp +++ b/src/kbibtex_part.cpp @@ -748,7 +748,7 @@ TDEInstance* KBibTeXPartFactory::instance() extern "C" { - KDE_EXPORT void* init_libkbibtexpart() + TDE_EXPORT void* init_libkbibtexpart() { return new KBibTeXPartFactory; } |
