diff options
Diffstat (limited to 'noatun/modules/simple/noatunui.cpp')
-rw-r--r-- | noatun/modules/simple/noatunui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/simple/noatunui.cpp b/noatun/modules/simple/noatunui.cpp index 3b647e42..ba2ca067 100644 --- a/noatun/modules/simple/noatunui.cpp +++ b/noatun/modules/simple/noatunui.cpp @@ -13,5 +13,5 @@ extern "C" { - KDE_EXPORT Plugin *create_plugin() { return new SimpleUI(); } + TDE_EXPORT Plugin *create_plugin() { return new SimpleUI(); } } |