summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/nexscope/noatunplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/nexscope/noatunplugin.cpp')
-rw-r--r--noatun-plugins/nexscope/noatunplugin.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/noatun-plugins/nexscope/noatunplugin.cpp b/noatun-plugins/nexscope/noatunplugin.cpp
index 25deaf6..cb5f9c6 100644
--- a/noatun-plugins/nexscope/noatunplugin.cpp
+++ b/noatun-plugins/nexscope/noatunplugin.cpp
@@ -8,11 +8,11 @@
extern "C"
{
-Plugin *create_plugin()
-{
- TDEGlobal::locale()->insertCatalogue("nexscope");
- return new NexPlugin();
-}
+ KDE_EXPORT Plugin* create_plugin()
+ {
+ TDEGlobal::locale()->insertCatalogue("nexscope");
+ return new NexPlugin();
+ }
}