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