diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:16:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 11:38:30 +0900 |
commit | 886384065c0ee02d0ea9e818452796219ddb41bc (patch) | |
tree | c35c1c6feaa3c3ff3a815d8deda9871252ed2ab9 | |
parent | ece3987dfd8b4d7868b237408738a6ffe979e3aa (diff) | |
download | mplayerthumbs-886384065c0ee02d0ea9e818452796219ddb41bc.tar.gz mplayerthumbs-886384065c0ee02d0ea9e818452796219ddb41bc.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/mplayer-thumbnailer.cpp | 2 |
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; } |