diff options
Diffstat (limited to 'kate/filetemplates/plugin/filetemplates.cpp')
-rw-r--r-- | kate/filetemplates/plugin/filetemplates.cpp | 2 |
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; |