summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:16:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 11:38:30 +0900
commit886384065c0ee02d0ea9e818452796219ddb41bc (patch)
treec35c1c6feaa3c3ff3a815d8deda9871252ed2ab9
parentece3987dfd8b4d7868b237408738a6ffe979e3aa (diff)
downloadmplayerthumbs-master.tar.gz
mplayerthumbs-master.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/mplayer-thumbnailer.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}