diff options
Diffstat (limited to 'noatun/modules/monoscope/monoscope.cpp')
-rw-r--r-- | noatun/modules/monoscope/monoscope.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/monoscope/monoscope.cpp b/noatun/modules/monoscope/monoscope.cpp index ded4a42d..4c717c42 100644 --- a/noatun/modules/monoscope/monoscope.cpp +++ b/noatun/modules/monoscope/monoscope.cpp @@ -9,7 +9,7 @@ extern "C" { - KDE_EXPORT Plugin *create_plugin() + TDE_EXPORT Plugin *create_plugin() { return new Monoscope(); } |