diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 19:18:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:18:14 +0900 |
commit | c336cfb3d5bcebb3fd88fa3c8a62a4508419e50d (patch) | |
tree | 0ccb928384d8c23da10dc7df3d031899676a012d /mpeglib/lib/splay | |
parent | 4fdcd5727dbb0753868aebd1c4f3b1bca23a04bb (diff) | |
download | tdemultimedia-c336cfb3d5bcebb3fd88fa3c8a62a4508419e50d.tar.gz tdemultimedia-c336cfb3d5bcebb3fd88fa3c8a62a4508419e50d.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
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; |