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/output/outPlugin.h | |
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/output/outPlugin.h')
-rw-r--r-- | mpeglib/lib/output/outPlugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/lib/output/outPlugin.h b/mpeglib/lib/output/outPlugin.h index 72b49edf..b606d444 100644 --- a/mpeglib/lib/output/outPlugin.h +++ b/mpeglib/lib/output/outPlugin.h @@ -18,7 +18,7 @@ #include "dspX11OutputStream.h" #include "artsOutputStream.h" #include "threadSafeOutputStream.h" -#include <kdemacros.h> +#include <tdemacros.h> #define _OUTPUT_LOCAL 1 #define _OUTPUT_EMPTY 2 |