summaryrefslogtreecommitdiffstats
path: root/mpeglib/lib/splay
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 19:18:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 19:18:14 +0900
commitc336cfb3d5bcebb3fd88fa3c8a62a4508419e50d (patch)
tree0ccb928384d8c23da10dc7df3d031899676a012d /mpeglib/lib/splay
parent4fdcd5727dbb0753868aebd1c4f3b1bca23a04bb (diff)
downloadtdemultimedia-c336cfb3d5bcebb3fd88fa3c8a62a4508419e50d.tar.gz
tdemultimedia-c336cfb3d5bcebb3fd88fa3c8a62a4508419e50d.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mpeglib/lib/splay')
-rw-r--r--mpeglib/lib/splay/mpegAudioFrame.h2
-rw-r--r--mpeglib/lib/splay/splayDecoder.h2
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;