summaryrefslogtreecommitdiffstats
path: root/kate/filetemplates
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 22:34:26 +0900
commit22ddaacbbe263bdb889425852250b864a042e0c5 (patch)
treea8b1bff3826a28cace97ab71848a443c67f229cd /kate/filetemplates
parent1650326a063d48ee2831512b8049991587b76d52 (diff)
downloadtdeaddons-22ddaacbbe263bdb889425852250b864a042e0c5.tar.gz
tdeaddons-22ddaacbbe263bdb889425852250b864a042e0c5.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 63063f5dceb4fb45a185897b6b5796fba673cbb0)
Diffstat (limited to 'kate/filetemplates')
-rw-r--r--kate/filetemplates/plugin/filetemplates.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/filetemplates/plugin/filetemplates.cpp b/kate/filetemplates/plugin/filetemplates.cpp
index 68076fd..47a2db4 100644
--- a/kate/filetemplates/plugin/filetemplates.cpp
+++ b/kate/filetemplates/plugin/filetemplates.cpp
@@ -81,7 +81,7 @@ class PluginView : public KXMLGUIClient
extern "C"
{
- KDE_EXPORT void* init_katefiletemplates()
+ TDE_EXPORT void* init_katefiletemplates()
{
TDEGlobal::locale()->insertCatalogue("katefiletemplates");
return new KatePluginFactory;