summaryrefslogtreecommitdiffstats
path: root/noatun/modules/metatag/metatag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/metatag/metatag.cpp')
-rw-r--r--noatun/modules/metatag/metatag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/metatag/metatag.cpp b/noatun/modules/metatag/metatag.cpp
index afb55d2e..1df53d35 100644
--- a/noatun/modules/metatag/metatag.cpp
+++ b/noatun/modules/metatag/metatag.cpp
@@ -24,7 +24,7 @@
extern "C"
{
- KDE_EXPORT Plugin *create_plugin()
+ TDE_EXPORT Plugin *create_plugin()
{
return new MetaTagLoader;
}