diff options
Diffstat (limited to 'kate/filetemplates/plugin/filetemplates.cpp')
-rw-r--r-- | kate/filetemplates/plugin/filetemplates.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kate/filetemplates/plugin/filetemplates.cpp b/kate/filetemplates/plugin/filetemplates.cpp index 952ee07..6604461 100644 --- a/kate/filetemplates/plugin/filetemplates.cpp +++ b/kate/filetemplates/plugin/filetemplates.cpp @@ -81,11 +81,11 @@ class PluginView : public KXMLGUIClient extern "C" { - void* init_katefiletemplates() - { - TDEGlobal::locale()->insertCatalogue("katefiletemplates"); - return new KatePluginFactory; - } + KDE_EXPORT void* init_katefiletemplates() + { + TDEGlobal::locale()->insertCatalogue("katefiletemplates"); + return new KatePluginFactory; + } } KatePluginFactory::KatePluginFactory() |