diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 11:01:12 +0900 |
| commit | 079c37d101ef339b975361f9ab86053f609f8e3e (patch) | |
| tree | 29e6fdbfc08a85a76054c5f5c0362bd81ceee600 /mpeglib/lib/decoder | |
| parent | fe5957a3c2bfde3d06408f20b0d75fb56e114df3 (diff) | |
| download | tdemultimedia-079c37d1.tar.gz tdemultimedia-079c37d1.zip | |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cdd8febb68a55d7651ba5f18cb54bbd2e96e448a)
Diffstat (limited to 'mpeglib/lib/decoder')
| -rw-r--r-- | mpeglib/lib/decoder/decoderPlugin.h | 2 | ||||
| -rw-r--r-- | mpeglib/lib/decoder/mpgPlugin.h | 2 | ||||
| -rw-r--r-- | mpeglib/lib/decoder/nukePlugin.h | 2 | ||||
| -rw-r--r-- | mpeglib/lib/decoder/splayPlugin.h | 2 | ||||
| -rw-r--r-- | mpeglib/lib/decoder/tplayPlugin.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/mpeglib/lib/decoder/decoderPlugin.h b/mpeglib/lib/decoder/decoderPlugin.h index b616ed51..a25bee60 100644 --- a/mpeglib/lib/decoder/decoderPlugin.h +++ b/mpeglib/lib/decoder/decoderPlugin.h @@ -75,7 +75,7 @@ */ -class KDE_EXPORT DecoderPlugin { +class TDE_EXPORT DecoderPlugin { public: diff --git a/mpeglib/lib/decoder/mpgPlugin.h b/mpeglib/lib/decoder/mpgPlugin.h index 79d986cc..d2c57f01 100644 --- a/mpeglib/lib/decoder/mpgPlugin.h +++ b/mpeglib/lib/decoder/mpgPlugin.h @@ -28,7 +28,7 @@ class MpegSystemStream; class MpegStreamPlayer; class MpegVideoLength; -class KDE_EXPORT MpgPlugin : public DecoderPlugin { +class TDE_EXPORT MpgPlugin : public DecoderPlugin { MpegSystemHeader* mpegSystemHeader; MpegSystemStream* mpegSystemStream; diff --git a/mpeglib/lib/decoder/nukePlugin.h b/mpeglib/lib/decoder/nukePlugin.h index a7df2495..9898bd02 100644 --- a/mpeglib/lib/decoder/nukePlugin.h +++ b/mpeglib/lib/decoder/nukePlugin.h @@ -18,7 +18,7 @@ #include "../decoder/decoderPlugin.h" #include <kdemacros.h> -class KDE_EXPORT NukePlugin : public DecoderPlugin { +class TDE_EXPORT NukePlugin : public DecoderPlugin { public: diff --git a/mpeglib/lib/decoder/splayPlugin.h b/mpeglib/lib/decoder/splayPlugin.h index d7eed4ec..4bb0d9f9 100644 --- a/mpeglib/lib/decoder/splayPlugin.h +++ b/mpeglib/lib/decoder/splayPlugin.h @@ -25,7 +25,7 @@ class PCMFrame; class FileAccessWrapper; class MpegAudioInfo; -class KDE_EXPORT SplayPlugin : public DecoderPlugin { +class TDE_EXPORT SplayPlugin : public DecoderPlugin { int lnoLength; int lfirst; diff --git a/mpeglib/lib/decoder/tplayPlugin.h b/mpeglib/lib/decoder/tplayPlugin.h index daa0de74..90c6f6d2 100644 --- a/mpeglib/lib/decoder/tplayPlugin.h +++ b/mpeglib/lib/decoder/tplayPlugin.h @@ -21,7 +21,7 @@ Im not sure if you can make mutiple instances of it */ -class KDE_EXPORT TplayPlugin : public DecoderPlugin { +class TDE_EXPORT TplayPlugin : public DecoderPlugin { struct info_struct* info; class TimeStamp* startStamp; |
