diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:14:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:14:50 +0900 |
commit | 296ea0f0fe441b422ec6adb2398ee5cc3a6ee441 (patch) | |
tree | beaa4a80a4cf951de57707d97e8b24e82fc2f3e5 | |
parent | 56a31f9a333c6fe09ce7f4250415649b1f478a75 (diff) | |
download | tork-296ea0f0fe441b422ec6adb2398ee5cc3a6ee441.tar.gz tork-296ea0f0fe441b422ec6adb2398ee5cc3a6ee441.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/konqplugin/tork_plug_in.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/konqplugin/tork_plug_in.cpp b/src/konqplugin/tork_plug_in.cpp index 5d32936..1c57d14 100644 --- a/src/konqplugin/tork_plug_in.cpp +++ b/src/konqplugin/tork_plug_in.cpp @@ -184,7 +184,7 @@ KPluginFactory::~KPluginFactory() extern "C" { - KDE_EXPORT void* init_tdehtml_tork() + TDE_EXPORT void* init_tdehtml_tork() { TDEGlobal::locale()->insertCatalogue("tork"); return new KPluginFactory; |