summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/blurscope/sdlscope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/blurscope/sdlscope.cpp')
-rw-r--r--noatun-plugins/blurscope/sdlscope.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/blurscope/sdlscope.cpp b/noatun-plugins/blurscope/sdlscope.cpp
index 1d153a3..2a55f99 100644
--- a/noatun-plugins/blurscope/sdlscope.cpp
+++ b/noatun-plugins/blurscope/sdlscope.cpp
@@ -29,7 +29,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
extern "C"
{
- KDE_EXPORT Plugin* create_plugin()
+ TDE_EXPORT Plugin* create_plugin()
{
return new SDLScope();
}