summaryrefslogtreecommitdiffstats
path: root/kate/katesort/plugin_sort.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:47:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 20:37:26 +0900
commit63063f5dceb4fb45a185897b6b5796fba673cbb0 (patch)
treeb7495323033ce46d91fcc626ddee8bc6ba701c9d /kate/katesort/plugin_sort.cpp
parent20a8d63f05fac076fc4a64591024f04db3bdd9ea (diff)
downloadtdeaddons-63063f5dceb4fb45a185897b6b5796fba673cbb0.tar.gz
tdeaddons-63063f5dceb4fb45a185897b6b5796fba673cbb0.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/katesort/plugin_sort.cpp')
-rw-r--r--kate/katesort/plugin_sort.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/katesort/plugin_sort.cpp b/kate/katesort/plugin_sort.cpp
index 38dd4b1..848c9ae 100644
--- a/kate/katesort/plugin_sort.cpp
+++ b/kate/katesort/plugin_sort.cpp
@@ -38,7 +38,7 @@ class PluginView : public KXMLGUIClient
extern "C"
{
- KDE_EXPORT void* init_katesortplugin()
+ TDE_EXPORT void* init_katesortplugin()
{
TDEGlobal::locale()->insertCatalogue("katesort");
return new KatePluginFactory;