Replace kdemacros.h with tdemacros.h

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/79/head
Michele Calgaro 8 months ago
parent 4fdcd5727d
commit c336cfb3d5
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -27,7 +27,7 @@
#include <tqstring.h> #include <tqstring.h>
#include "player.h" #include "player.h"
#include <kdemacros.h> #include <tdemacros.h>
namespace aKode { namespace aKode {
class File; class File;

@ -26,7 +26,7 @@
#include <tqstring.h> #include <tqstring.h>
#include "cdinfo.h" #include "cdinfo.h"
#include <kdemacros.h> #include <tdemacros.h>
namespace KCDDB namespace KCDDB
{ {
class TDE_EXPORT Cache class TDE_EXPORT Cache

@ -24,7 +24,7 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include <kdemacros.h> #include <tdemacros.h>
#include <tqvariant.h> #include <tqvariant.h>
namespace KCDDB namespace KCDDB

@ -25,7 +25,7 @@
#include "cdinfo.h" #include "cdinfo.h"
#include <tqobject.h> #include <tqobject.h>
#include "cddb.h" #include "cddb.h"
#include <kdemacros.h> #include <tdemacros.h>
namespace KCDDB namespace KCDDB
{ {

@ -22,7 +22,7 @@ extern "C" {
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
} }
#include <kdemacros.h> #include <tdemacros.h>
class TDE_EXPORT Buffer { class TDE_EXPORT Buffer {

@ -21,7 +21,7 @@ extern"C" {
#include <stdio.h> #include <stdio.h>
} }
#include <kdemacros.h> #include <tdemacros.h>
#define _CT_START 40 #define _CT_START 40

@ -19,7 +19,7 @@
#include "outputInterface.h" #include "outputInterface.h"
#include <strings.h> #include <strings.h>
#include <kdemacros.h> #include <tdemacros.h>
#define _DECODER_STATUS_IDLE 1 #define _DECODER_STATUS_IDLE 1
#define _DECODER_STATUS_WORKING 2 #define _DECODER_STATUS_WORKING 2

@ -18,7 +18,7 @@
#include "buffer.h" #include "buffer.h"
#include <fstream> #include <fstream>
#include <kdemacros.h> #include <tdemacros.h>
extern "C" { extern "C" {
#include <unistd.h> #include <unistd.h>

@ -21,7 +21,7 @@
#include <pthread.h> #include <pthread.h>
#include <fstream> #include <fstream>
#include "buffer.h" #include "buffer.h"
#include <kdemacros.h> #include <tdemacros.h>
// uncomment this for debugging the output stream // uncomment this for debugging the output stream
// (written to file outstream.dbg) // (written to file outstream.dbg)

@ -13,7 +13,7 @@
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <stdio.h> #include <stdio.h>
#include <kdemacros.h> #include <tdemacros.h>
// prototypes // prototypes

@ -20,7 +20,7 @@
#include "inputDecoderXPlayer.h" #include "inputDecoderXPlayer.h"
#include "yafOutputStream.h" #include "yafOutputStream.h"
#include <kdemacros.h> #include <tdemacros.h>
class TDE_EXPORT InputDecoderYAF : public InputDecoderXPlayer { class TDE_EXPORT InputDecoderYAF : public InputDecoderXPlayer {

@ -41,7 +41,7 @@
#include <unistd.h> #include <unistd.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <kdemacros.h> #include <tdemacros.h>
// If you get compile errors when using mpeglib // If you get compile errors when using mpeglib
// simply remove the yaf dependencies // simply remove the yaf dependencies

@ -26,7 +26,7 @@
#include "../output/outPlugin.h" #include "../output/outPlugin.h"
#include "../util/timeWrapper.h" #include "../util/timeWrapper.h"
#include <kdemacros.h> #include <tdemacros.h>
/** /**
Note: streamstate can be "or'ed" for the waitStreamState call Note: streamstate can be "or'ed" for the waitStreamState call

@ -16,7 +16,7 @@
#define __MPGPLUGIN_H #define __MPGPLUGIN_H
#include "../decoder/decoderPlugin.h" #include "../decoder/decoderPlugin.h"
#include <kdemacros.h> #include <tdemacros.h>
#define _INSERT_NO 0 #define _INSERT_NO 0
#define _INSERT_VIDEO 1 #define _INSERT_VIDEO 1

@ -16,7 +16,7 @@
#include "../decoder/decoderPlugin.h" #include "../decoder/decoderPlugin.h"
#include <kdemacros.h> #include <tdemacros.h>
class TDE_EXPORT NukePlugin : public DecoderPlugin { class TDE_EXPORT NukePlugin : public DecoderPlugin {

@ -15,7 +15,7 @@
#define __SPLAYPLUGIN_H #define __SPLAYPLUGIN_H
#include "../decoder/decoderPlugin.h" #include "../decoder/decoderPlugin.h"
#include <kdemacros.h> #include <tdemacros.h>
class SplayDecoder; class SplayDecoder;
class MpegAudioFrame; class MpegAudioFrame;

@ -15,7 +15,7 @@
#define __TPLAYPLUGIN_H #define __TPLAYPLUGIN_H
#include "../decoder/decoderPlugin.h" #include "../decoder/decoderPlugin.h"
#include <kdemacros.h> #include <tdemacros.h>
/** /**
The tplayPlugin is ugly and needs a rewrite. The tplayPlugin is ugly and needs a rewrite.
Im not sure if you can make mutiple instances of it Im not sure if you can make mutiple instances of it

@ -16,7 +16,7 @@
#define __IOFRAMEQUEUE_H #define __IOFRAMEQUEUE_H
#include "frameQueue.h" #include "frameQueue.h"
#include <kdemacros.h> #include <tdemacros.h>
/** /**
This class can store up to <size> frames. This class can store up to <size> frames.

@ -29,7 +29,7 @@
#include "frame.h" #include "frame.h"
#include <kdemacros.h> #include <tdemacros.h>
#define SCALFACTOR SHRT_MAX #define SCALFACTOR SHRT_MAX
#define MP3FRAMESIZE (2*2*2*32*18) #define MP3FRAMESIZE (2*2*2*32*18)

@ -19,7 +19,7 @@
#include "floatFrame.h" #include "floatFrame.h"
#include "pcmFrame.h" #include "pcmFrame.h"
#include <kdemacros.h> #include <tdemacros.h>
/** /**
This class solves the problem that we produce audioFrames This class solves the problem that we produce audioFrames

@ -19,7 +19,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <kdemacros.h> #include <tdemacros.h>
#define FRAME_NEED 0 #define FRAME_NEED 0
#define FRAME_WORK 1 #define FRAME_WORK 1

@ -17,7 +17,7 @@
#include "audioFrame.h" #include "audioFrame.h"
#include <kdemacros.h> #include <tdemacros.h>
// this format has a sampleSize of 16, signed, endian==machine // this format has a sampleSize of 16, signed, endian==machine
class TDE_EXPORT PCMFrame : public AudioFrame { class TDE_EXPORT PCMFrame : public AudioFrame {

@ -25,7 +25,7 @@
#include <string.h> #include <string.h>
#include "inputDetector.h" #include "inputDetector.h"
#include <kdemacros.h> #include <tdemacros.h>
#define _INPUT_THREADSAFE 1 #define _INPUT_THREADSAFE 1

@ -18,7 +18,7 @@
#include "dspX11OutputStream.h" #include "dspX11OutputStream.h"
#include "artsOutputStream.h" #include "artsOutputStream.h"
#include "threadSafeOutputStream.h" #include "threadSafeOutputStream.h"
#include <kdemacros.h> #include <tdemacros.h>
#define _OUTPUT_LOCAL 1 #define _OUTPUT_LOCAL 1
#define _OUTPUT_EMPTY 2 #define _OUTPUT_EMPTY 2

@ -20,7 +20,7 @@
#include "pluginInfo.h" #include "pluginInfo.h"
#include "../util/render/pictureArray.h" #include "../util/render/pictureArray.h"
#include "../util/abstract/abs_thread.h" #include "../util/abstract/abs_thread.h"
#include <kdemacros.h> #include <tdemacros.h>
#define _OUTPUT_WAIT_METHOD_BLOCK 1 #define _OUTPUT_WAIT_METHOD_BLOCK 1
#define _OUTPUT_WAIT_METHOD_POLL 2 #define _OUTPUT_WAIT_METHOD_POLL 2

@ -16,7 +16,7 @@
#define __PLUGININFO_H #define __PLUGININFO_H
#include "../util/dynBuffer.h" #include "../util/dynBuffer.h"
#include <kdemacros.h> #include <tdemacros.h>
/** /**
Here we have the base class for all additional information Here we have the base class for all additional information

@ -17,7 +17,7 @@
#include "mpegAudioHeader.h" #include "mpegAudioHeader.h"
#include "../frame/framer.h" #include "../frame/framer.h"
#include <kdemacros.h> #include <tdemacros.h>
/* /*
Here we are framing from raw to mpeg audio. Here we are framing from raw to mpeg audio.

@ -29,7 +29,7 @@
#include "../frame/audioFrame.h" #include "../frame/audioFrame.h"
#include "dump.h" #include "dump.h"
#include <string.h> #include <string.h>
#include <kdemacros.h> #include <tdemacros.h>
class Mpegtoraw; class Mpegtoraw;
class MpegAudioStream; class MpegAudioStream;

@ -18,7 +18,7 @@
class AudioFrame; class AudioFrame;
class PCMFrame; class PCMFrame;
class FloatFrame; class FloatFrame;
#include <kdemacros.h> #include <tdemacros.h>
/** /**
This class wraps the platform specific /dev/dsp implementation. This class wraps the platform specific /dev/dsp implementation.

@ -23,7 +23,7 @@
#include <strings.h> #include <strings.h>
#endif #endif
#include <kdemacros.h> #include <tdemacros.h>
typedef struct timeval_s { typedef struct timeval_s {
long tv_sec; /* seconds */ long tv_sec; /* seconds */

@ -18,7 +18,7 @@
#define __YUVPLUGIN_H #define __YUVPLUGIN_H
#include "../decoder/decoderPlugin.h" #include "../decoder/decoderPlugin.h"
#include <kdemacros.h> #include <tdemacros.h>
class TDE_EXPORT YUVPlugin : public DecoderPlugin { class TDE_EXPORT YUVPlugin : public DecoderPlugin {

@ -2,7 +2,7 @@
#define NOATUN_H #define NOATUN_H
#include <kuniqueapplication.h> #include <kuniqueapplication.h>
#include <kdemacros.h> #include <tdemacros.h>
class Playlist; class Playlist;
class Player; class Player;
class LibraryLoader; class LibraryLoader;

@ -7,7 +7,7 @@
#include <tdetoolbar.h> #include <tdetoolbar.h>
#include <tqslider.h> #include <tqslider.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <kdemacros.h> #include <tdemacros.h>
class TQComboBox; class TQComboBox;
class TQLabel; class TQLabel;

@ -5,7 +5,7 @@
#include <kurl.h> #include <kurl.h>
#include <arts/kmedia2.h> #include <arts/kmedia2.h>
#include <noatun/playlist.h> #include <noatun/playlist.h>
#include <kdemacros.h> #include <tdemacros.h>
class Visualization; class Visualization;
namespace Arts namespace Arts

@ -5,7 +5,7 @@
#include <tqtimer.h> #include <tqtimer.h>
#include <kurl.h> #include <kurl.h>
#include <noatun/playlist.h> #include <noatun/playlist.h>
#include <kdemacros.h> #include <tdemacros.h>
class Engine; class Engine;
class Playlist; class Playlist;
class KLibrary; class KLibrary;

@ -6,7 +6,7 @@
#include <tqdict.h> #include <tqdict.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <cassert> #include <cassert>
#include <kdemacros.h> #include <tdemacros.h>
class PlaylistItem; class PlaylistItem;

@ -4,7 +4,7 @@
#include <noatun/pluginloader.h> #include <noatun/pluginloader.h>
#include <tqmemarray.h> #include <tqmemarray.h>
#include <vector> #include <vector>
#include <kdemacros.h> #include <tdemacros.h>
namespace Noatun { class FFTScopeStereo; class FFTScope; class RawScope; namespace Noatun { class FFTScopeStereo; class FFTScope; class RawScope;
class RawScopeStereo; class StereoEffectStack; class RawScopeStereo; class StereoEffectStack;

@ -8,7 +8,7 @@
#include <klibloader.h> #include <klibloader.h>
#include <tqdict.h> #include <tqdict.h>
#include <kdemacros.h> #include <tdemacros.h>
struct NoatunLibraryInfo struct NoatunLibraryInfo
{ {

@ -3,7 +3,7 @@
#include <kdialogbase.h> #include <kdialogbase.h>
#include <tqptrlist.h> #include <tqptrlist.h>
#include <kdemacros.h> #include <tdemacros.h>
class CModule; class CModule;

@ -3,7 +3,7 @@
#include <tdeaction.h> #include <tdeaction.h>
#include <tdeactionclasses.h> #include <tdeactionclasses.h>
#include <kdemacros.h> #include <tdemacros.h>
class TDEPopupMenu; class TDEPopupMenu;
/** /**

@ -42,7 +42,7 @@
#include <tqptrlist.h> #include <tqptrlist.h>
#include <tqobject.h> #include <tqobject.h>
#include <kurl.h> #include <kurl.h>
#include <kdemacros.h> #include <tdemacros.h>
class VBand; class VBand;
/** /**

@ -5,7 +5,7 @@
#include <noatun/plugin.h> #include <noatun/plugin.h>
#include <dcopobject.h> #include <dcopobject.h>
#include <kdemacros.h> #include <tdemacros.h>
class TDE_EXPORT NIF : public Plugin, public DCOPObject class TDE_EXPORT NIF : public Plugin, public DCOPObject
{ {

@ -30,7 +30,7 @@ extern "C"
#include <cdda_paranoia.h> #include <cdda_paranoia.h>
void paranoiaCallback(long, int); void paranoiaCallback(long, int);
#include <kdemacros.h> #include <tdemacros.h>
TDE_EXPORT int kdemain(int argc, char ** argv); TDE_EXPORT int kdemain(int argc, char ** argv);
} }

Loading…
Cancel
Save