summaryrefslogtreecommitdiffstats
path: root/noatun/modules/winskin/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/winskin/plugin.cpp')
-rw-r--r--noatun/modules/winskin/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/winskin/plugin.cpp b/noatun/modules/winskin/plugin.cpp
index 8be9cc77..ff38a4ab 100644
--- a/noatun/modules/winskin/plugin.cpp
+++ b/noatun/modules/winskin/plugin.cpp
@@ -5,7 +5,7 @@
#include "waSkin.h"
extern "C" {
- KDE_EXPORT Plugin *create_plugin() {
+ TDE_EXPORT Plugin *create_plugin() {
WaSkin *new_skin = new WaSkin();
new WinSkinConfig(new_skin, new_skin->skinManager());
return new_skin;