diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:53 +0900 |
commit | 10f886b2fa3fbe9397f6dcaf0db77f1e706b2356 (patch) | |
tree | 5804a0c29ddb04aaee49c771fff433b8b5368836 /kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp | |
parent | 977c5266d3155a08424862bd40a3bde40c9e0d4a (diff) | |
download | tdesdk-10f886b2fa3fbe9397f6dcaf0db77f1e706b2356.tar.gz tdesdk-10f886b2fa3fbe9397f6dcaf0db77f1e706b2356.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp')
-rw-r--r-- | kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp b/kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp index 936a5a5a..862dbf2f 100644 --- a/kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp +++ b/kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp @@ -43,7 +43,7 @@ extern "C" { - KDE_EXPORT void *init_kbabeldict_pocompendium() + TDE_EXPORT void *init_kbabeldict_pocompendium() { return new PcFactory; } |