diff options
Diffstat (limited to 'mpeglib/example/yaf/yafxplayer')
-rw-r--r-- | mpeglib/example/yaf/yafxplayer/inputDecoderYAF.h | 2 | ||||
-rw-r--r-- | mpeglib/example/yaf/yafxplayer/yafOutputStream.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mpeglib/example/yaf/yafxplayer/inputDecoderYAF.h b/mpeglib/example/yaf/yafxplayer/inputDecoderYAF.h index 798c8a62..1abc4452 100644 --- a/mpeglib/example/yaf/yafxplayer/inputDecoderYAF.h +++ b/mpeglib/example/yaf/yafxplayer/inputDecoderYAF.h @@ -20,7 +20,7 @@ #include "inputDecoderXPlayer.h" #include "yafOutputStream.h" -#include <kdemacros.h> +#include <tdemacros.h> class TDE_EXPORT InputDecoderYAF : public InputDecoderXPlayer { diff --git a/mpeglib/example/yaf/yafxplayer/yafOutputStream.h b/mpeglib/example/yaf/yafxplayer/yafOutputStream.h index 25d7978f..70e26974 100644 --- a/mpeglib/example/yaf/yafxplayer/yafOutputStream.h +++ b/mpeglib/example/yaf/yafxplayer/yafOutputStream.h @@ -41,7 +41,7 @@ #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> -#include <kdemacros.h> +#include <tdemacros.h> // If you get compile errors when using mpeglib // simply remove the yaf dependencies |