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:39:09 +0900
commit6889475be4fe8470df1122d2ff244ef2d30d5b7b (patch)
tree9f877f35617f2d1cbb78583ab66234234ce2370c
parent62cfd3d0cae14c5857bead4ca9b2deb0715873b9 (diff)
downloadmplayerthumbs-r14.1.x.tar.gz
mplayerthumbs-r14.1.x.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 886384065c0ee02d0ea9e818452796219ddb41bc)
-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;
}