diff options
author | Michele Calgaro <[email protected]> | 2024-05-05 17:48:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-05 17:48:33 +0900 |
commit | cdd8febb68a55d7651ba5f18cb54bbd2e96e448a (patch) | |
tree | 79c8f33c33acda097108b022db1e591b234af968 /mpeglib/example/yaf/yafxplayer | |
parent | 249738f07cec0169142f5cbdf79d222ddbcf3a4b (diff) | |
download | tdemultimedia-cdd8febb68a55d7651ba5f18cb54bbd2e96e448a.tar.gz tdemultimedia-cdd8febb68a55d7651ba5f18cb54bbd2e96e448a.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'mpeglib/example/yaf/yafxplayer')
-rw-r--r-- | mpeglib/example/yaf/yafxplayer/inputDecoderYAF.h | 2 | ||||
-rw-r--r-- | mpeglib/example/yaf/yafxplayer/yafOutputStream.h | 2 |
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; |