summaryrefslogtreecommitdiffstats
path: root/mpeglib/lib/decoder
diff options
context:
space:
mode:
Diffstat (limited to 'mpeglib/lib/decoder')
-rw-r--r--mpeglib/lib/decoder/decoderPlugin.h4
-rw-r--r--mpeglib/lib/decoder/mpgPlugin.h4
-rw-r--r--mpeglib/lib/decoder/nukePlugin.h4
-rw-r--r--mpeglib/lib/decoder/splayPlugin.h4
-rw-r--r--mpeglib/lib/decoder/tplayPlugin.h4
5 files changed, 10 insertions, 10 deletions
diff --git a/mpeglib/lib/decoder/decoderPlugin.h b/mpeglib/lib/decoder/decoderPlugin.h
index b616ed51..1737b7b6 100644
--- a/mpeglib/lib/decoder/decoderPlugin.h
+++ b/mpeglib/lib/decoder/decoderPlugin.h
@@ -26,7 +26,7 @@
#include "../output/outPlugin.h"
#include "../util/timeWrapper.h"
-#include <kdemacros.h>
+#include <tdemacros.h>
/**
Note: streamstate can be "or'ed" for the waitStreamState call
@@ -75,7 +75,7 @@
*/
-class KDE_EXPORT DecoderPlugin {
+class TDE_EXPORT DecoderPlugin {
public:
diff --git a/mpeglib/lib/decoder/mpgPlugin.h b/mpeglib/lib/decoder/mpgPlugin.h
index 79d986cc..8077ddde 100644
--- a/mpeglib/lib/decoder/mpgPlugin.h
+++ b/mpeglib/lib/decoder/mpgPlugin.h
@@ -16,7 +16,7 @@
#define __MPGPLUGIN_H
#include "../decoder/decoderPlugin.h"
-#include <kdemacros.h>
+#include <tdemacros.h>
#define _INSERT_NO 0
#define _INSERT_VIDEO 1
@@ -28,7 +28,7 @@ class MpegSystemStream;
class MpegStreamPlayer;
class MpegVideoLength;
-class KDE_EXPORT MpgPlugin : public DecoderPlugin {
+class TDE_EXPORT MpgPlugin : public DecoderPlugin {
MpegSystemHeader* mpegSystemHeader;
MpegSystemStream* mpegSystemStream;
diff --git a/mpeglib/lib/decoder/nukePlugin.h b/mpeglib/lib/decoder/nukePlugin.h
index a7df2495..7a5a16a3 100644
--- a/mpeglib/lib/decoder/nukePlugin.h
+++ b/mpeglib/lib/decoder/nukePlugin.h
@@ -16,9 +16,9 @@
#include "../decoder/decoderPlugin.h"
-#include <kdemacros.h>
+#include <tdemacros.h>
-class KDE_EXPORT NukePlugin : public DecoderPlugin {
+class TDE_EXPORT NukePlugin : public DecoderPlugin {
public:
diff --git a/mpeglib/lib/decoder/splayPlugin.h b/mpeglib/lib/decoder/splayPlugin.h
index d7eed4ec..cc230874 100644
--- a/mpeglib/lib/decoder/splayPlugin.h
+++ b/mpeglib/lib/decoder/splayPlugin.h
@@ -15,7 +15,7 @@
#define __SPLAYPLUGIN_H
#include "../decoder/decoderPlugin.h"
-#include <kdemacros.h>
+#include <tdemacros.h>
class SplayDecoder;
class MpegAudioFrame;
@@ -25,7 +25,7 @@ class PCMFrame;
class FileAccessWrapper;
class MpegAudioInfo;
-class KDE_EXPORT SplayPlugin : public DecoderPlugin {
+class TDE_EXPORT SplayPlugin : public DecoderPlugin {
int lnoLength;
int lfirst;
diff --git a/mpeglib/lib/decoder/tplayPlugin.h b/mpeglib/lib/decoder/tplayPlugin.h
index daa0de74..530e1e44 100644
--- a/mpeglib/lib/decoder/tplayPlugin.h
+++ b/mpeglib/lib/decoder/tplayPlugin.h
@@ -15,13 +15,13 @@
#define __TPLAYPLUGIN_H
#include "../decoder/decoderPlugin.h"
-#include <kdemacros.h>
+#include <tdemacros.h>
/**
The tplayPlugin is ugly and needs a rewrite.
Im not sure if you can make mutiple instances of it
*/
-class KDE_EXPORT TplayPlugin : public DecoderPlugin {
+class TDE_EXPORT TplayPlugin : public DecoderPlugin {
struct info_struct* info;
class TimeStamp* startStamp;