diff options
author | Michele Calgaro <[email protected]> | 2024-05-03 12:16:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-07 11:39:09 +0900 |
commit | 6889475be4fe8470df1122d2ff244ef2d30d5b7b (patch) | |
tree | 9f877f35617f2d1cbb78583ab66234234ce2370c | |
parent | 62cfd3d0cae14c5857bead4ca9b2deb0715873b9 (diff) | |
download | mplayerthumbs-6889475be4fe8470df1122d2ff244ef2d30d5b7b.tar.gz mplayerthumbs-6889475be4fe8470df1122d2ff244ef2d30d5b7b.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 886384065c0ee02d0ea9e818452796219ddb41bc)
-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; } |