summaryrefslogtreecommitdiffstats
path: root/mpeglib/example/yaf/yafxplayer
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:33 +0900
commitcdd8febb68a55d7651ba5f18cb54bbd2e96e448a (patch)
tree79c8f33c33acda097108b022db1e591b234af968 /mpeglib/example/yaf/yafxplayer
parent249738f07cec0169142f5cbdf79d222ddbcf3a4b (diff)
downloadtdemultimedia-cdd8febb68a55d7651ba5f18cb54bbd2e96e448a.tar.gz
tdemultimedia-cdd8febb68a55d7651ba5f18cb54bbd2e96e448a.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mpeglib/example/yaf/yafxplayer')
-rw-r--r--mpeglib/example/yaf/yafxplayer/inputDecoderYAF.h2
-rw-r--r--mpeglib/example/yaf/yafxplayer/yafOutputStream.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/mpeglib/example/yaf/yafxplayer/inputDecoderYAF.h b/mpeglib/example/yaf/yafxplayer/inputDecoderYAF.h
index 2002dc58..798c8a62 100644
--- a/mpeglib/example/yaf/yafxplayer/inputDecoderYAF.h
+++ b/mpeglib/example/yaf/yafxplayer/inputDecoderYAF.h
@@ -23,7 +23,7 @@
#include <kdemacros.h>
-class KDE_EXPORT InputDecoderYAF : public InputDecoderXPlayer {
+class TDE_EXPORT InputDecoderYAF : public InputDecoderXPlayer {
DecoderPlugin* plugin;
YafOutputStream* output;
diff --git a/mpeglib/example/yaf/yafxplayer/yafOutputStream.h b/mpeglib/example/yaf/yafxplayer/yafOutputStream.h
index bb7df423..25d7978f 100644
--- a/mpeglib/example/yaf/yafxplayer/yafOutputStream.h
+++ b/mpeglib/example/yaf/yafxplayer/yafOutputStream.h
@@ -49,7 +49,7 @@
-class KDE_EXPORT YafOutputStream : public OutputStream {
+class TDE_EXPORT YafOutputStream : public OutputStream {
long bytes;