diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:18:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:38:21 +0900 |
commit | c23bd5af9d9a46e901fbd65a33dbeb222ad7ef74 (patch) | |
tree | 505be127fd888224ac45b3965836d1089b9a9937 /mpeglib/lib/splay | |
parent | 0bff0f8b8b2030effcb2f6c1f6be067ebd5a6892 (diff) | |
download | tdemultimedia-c23bd5af9d9a46e901fbd65a33dbeb222ad7ef74.tar.gz tdemultimedia-c23bd5af9d9a46e901fbd65a33dbeb222ad7ef74.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c336cfb3d5bcebb3fd88fa3c8a62a4508419e50d)
Diffstat (limited to 'mpeglib/lib/splay')
-rw-r--r-- | mpeglib/lib/splay/mpegAudioFrame.h | 2 | ||||
-rw-r--r-- | mpeglib/lib/splay/splayDecoder.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mpeglib/lib/splay/mpegAudioFrame.h b/mpeglib/lib/splay/mpegAudioFrame.h index 100579fb..911307cd 100644 --- a/mpeglib/lib/splay/mpegAudioFrame.h +++ b/mpeglib/lib/splay/mpegAudioFrame.h @@ -17,7 +17,7 @@ #include "mpegAudioHeader.h" #include "../frame/framer.h" -#include <kdemacros.h> +#include <tdemacros.h> /* Here we are framing from raw to mpeg audio. diff --git a/mpeglib/lib/splay/splayDecoder.h b/mpeglib/lib/splay/splayDecoder.h index 6767336d..d91faa33 100644 --- a/mpeglib/lib/splay/splayDecoder.h +++ b/mpeglib/lib/splay/splayDecoder.h @@ -29,7 +29,7 @@ #include "../frame/audioFrame.h" #include "dump.h" #include <string.h> -#include <kdemacros.h> +#include <tdemacros.h> class Mpegtoraw; class MpegAudioStream; |