diff options
author | Michele Calgaro <[email protected]> | 2024-05-03 12:14:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-07 11:31:04 +0900 |
commit | 8db23dd9ae3c8dc4ae416a0abab64846ca17b826 (patch) | |
tree | 3d7bf86fdcc2d07633e77bb3c1537f8b4895fcb0 /src | |
parent | be9c8f81e3f9b6f23765af5e21a3ae275834705b (diff) | |
download | tork-8db23dd9ae3c8dc4ae416a0abab64846ca17b826.tar.gz tork-8db23dd9ae3c8dc4ae416a0abab64846ca17b826.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 296ea0f0fe441b422ec6adb2398ee5cc3a6ee441)
Diffstat (limited to 'src')
-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; |