summaryrefslogtreecommitdiffstats
path: root/mpeglib/example/yaf/yafcore/inputDecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpeglib/example/yaf/yafcore/inputDecoder.h')
-rw-r--r--mpeglib/example/yaf/yafcore/inputDecoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpeglib/example/yaf/yafcore/inputDecoder.h b/mpeglib/example/yaf/yafcore/inputDecoder.h
index 0a5623a0..aa22337d 100644
--- a/mpeglib/example/yaf/yafcore/inputDecoder.h
+++ b/mpeglib/example/yaf/yafcore/inputDecoder.h
@@ -19,7 +19,7 @@
#include "outputInterface.h"
#include <strings.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#define _DECODER_STATUS_IDLE 1
#define _DECODER_STATUS_WORKING 2
@@ -29,7 +29,7 @@ class CommandTable;
class CommandTableYAF;
class CommandLine;
-class KDE_EXPORT InputDecoder {
+class TDE_EXPORT InputDecoder {
int status;
CommandTable* commandTable;