From 886384065c0ee02d0ea9e818452796219ddb41bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 3 May 2024 12:16:04 +0900 Subject: [PATCH] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro --- src/mplayer-thumbnailer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mplayer-thumbnailer.cpp b/src/mplayer-thumbnailer.cpp index ae2e720..7589f86 100644 --- a/src/mplayer-thumbnailer.cpp +++ b/src/mplayer-thumbnailer.cpp @@ -47,7 +47,7 @@ extern "C" { - KDE_EXPORT ThumbCreator *new_creator() + TDE_EXPORT ThumbCreator *new_creator() { return new MPlayerThumbnailer; }