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/output/outputStream.h | |
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/output/outputStream.h')
-rw-r--r-- | mpeglib/lib/output/outputStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/lib/output/outputStream.h b/mpeglib/lib/output/outputStream.h index b2d1a2fb..ae856976 100644 --- a/mpeglib/lib/output/outputStream.h +++ b/mpeglib/lib/output/outputStream.h @@ -20,7 +20,7 @@ #include "pluginInfo.h" #include "../util/render/pictureArray.h" #include "../util/abstract/abs_thread.h" -#include <kdemacros.h> +#include <tdemacros.h> #define _OUTPUT_WAIT_METHOD_BLOCK 1 #define _OUTPUT_WAIT_METHOD_POLL 2 |