Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cdd8febb68)
r14.1.x
Michele Calgaro 2 months ago
parent fe5957a3c2
commit 079c37d101
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -46,7 +46,7 @@ class KArtsWidgetPrivate;
* The KArtsWidget class keeps a reference to the content widget, so the * The KArtsWidget class keeps a reference to the content widget, so the
* content widget will not be freed until the KArtsWidget gets destroyed. * content widget will not be freed until the KArtsWidget gets destroyed.
*/ */
class KDE_EXPORT KArtsWidget : public TQWidget { class TDE_EXPORT KArtsWidget : public TQWidget {
private: private:
KArtsWidgetPrivate *d; KArtsWidgetPrivate *d;

@ -26,7 +26,7 @@ class TQFrame;
namespace Arts { namespace Arts {
class KDE_EXPORT KFrame_impl : virtual public Arts::Frame_skel, class TDE_EXPORT KFrame_impl : virtual public Arts::Frame_skel,
public Arts::KWidget_impl public Arts::KWidget_impl
{ {
protected: protected:

@ -35,7 +35,7 @@ class RotateLabel;
namespace Arts { namespace Arts {
class KDE_EXPORT KLabel_impl : virtual public Arts::Label_skel, class TDE_EXPORT KLabel_impl : virtual public Arts::Label_skel,
public Arts::KFrame_impl public Arts::KFrame_impl
{ {
protected: protected:

@ -32,7 +32,7 @@ class TQBoxLayout;
namespace Arts { namespace Arts {
class KDE_EXPORT KLayoutBox_impl : virtual public Arts::LayoutBox_skel, class TDE_EXPORT KLayoutBox_impl : virtual public Arts::LayoutBox_skel,
public Arts::KFrame_impl public Arts::KFrame_impl
{ {
protected: protected:
@ -78,7 +78,7 @@ public:
} // namespace } // namespace
class KDE_EXPORT KLayoutBox_Separator : public TQWidget { class TDE_EXPORT KLayoutBox_Separator : public TQWidget {
TQ_OBJECT TQ_OBJECT
public: public:

@ -31,7 +31,7 @@
namespace Arts { namespace Arts {
class KWidgetGuard; class KWidgetGuard;
class KDE_EXPORT KWidget_impl : virtual public Arts::Widget_skel { class TDE_EXPORT KWidget_impl : virtual public Arts::Widget_skel {
protected: protected:
TQWidget * _qwidget; TQWidget * _qwidget;
KWidgetGuard * _guard; KWidgetGuard * _guard;

@ -30,7 +30,7 @@ namespace Arts {
/** /**
* increments the timestamp by delta * increments the timestamp by delta
*/ */
KDE_EXPORT void timeStampInc(TimeStamp& t, const TimeStamp& delta); TDE_EXPORT void timeStampInc(TimeStamp& t, const TimeStamp& delta);
/** /**
* decrements the timestamp by delta * decrements the timestamp by delta

@ -28,6 +28,6 @@
#include "artsbuilder.h" #include "artsbuilder.h"
#include <tdelibs_export.h> #include <tdelibs_export.h>
KDE_EXPORT Arts::ModuleInfo makeModuleInfo(const std::string& name); TDE_EXPORT Arts::ModuleInfo makeModuleInfo(const std::string& name);
#endif /* MODULEINFO_H */ #endif /* MODULEINFO_H */

@ -26,16 +26,16 @@
#include <string> #include <string>
#include <tdelibs_export.h> #include <tdelibs_export.h>
KDE_EXPORT int parse_line(const char *in, char *& cmd, char *& param); TDE_EXPORT int parse_line(const char *in, char *& cmd, char *& param);
KDE_EXPORT void sqprintf(std::vector<std::string> *list, const char *fmt, ...) TDE_EXPORT void sqprintf(std::vector<std::string> *list, const char *fmt, ...)
#ifdef __GNUC__ #ifdef __GNUC__
__attribute__ (( format (printf, 2, 3))) __attribute__ (( format (printf, 2, 3)))
#endif #endif
; ;
KDE_EXPORT void addSubStringSeq(std::vector<std::string> *target, const std::vector<std::string> *source); TDE_EXPORT void addSubStringSeq(std::vector<std::string> *target, const std::vector<std::string> *source);
KDE_EXPORT void appendStringSeq(std::vector<std::string> *target, const std::vector<std::string> *source); TDE_EXPORT void appendStringSeq(std::vector<std::string> *target, const std::vector<std::string> *source);
KDE_EXPORT int parse_line(const std::string& in, std::string& cmd, std::string& param); TDE_EXPORT int parse_line(const std::string& in, std::string& cmd, std::string& param);
KDE_EXPORT std::vector<std::string> *getSubStringSeq(const std::vector<std::string> *seq,unsigned long& i); TDE_EXPORT std::vector<std::string> *getSubStringSeq(const std::vector<std::string> *seq,unsigned long& i);
#endif /* ARTS_SEQUENCEUTILS_H */ #endif /* ARTS_SEQUENCEUTILS_H */

@ -34,7 +34,7 @@ class MidiManagerView;
class EnvironmentView; class EnvironmentView;
class MediaTypesView; class MediaTypesView;
class KDE_EXPORT ArtsActions : public TQObject class TDE_EXPORT ArtsActions : public TQObject
{ {
TQ_OBJECT TQ_OBJECT

@ -29,7 +29,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT KPanelApplet* init( TQWidget *parent, const TQString configFile) TDE_EXPORT KPanelApplet* init( TQWidget *parent, const TQString configFile)
{ {
TDEGlobal::locale()->insertCatalogue("artscontrol"); TDEGlobal::locale()->insertCatalogue("artscontrol");
return new ArtsControlApplet(configFile, KPanelApplet::Normal, return new ArtsControlApplet(configFile, KPanelApplet::Normal,

@ -45,7 +45,7 @@
class VolumeSlider; class VolumeSlider;
class KDE_EXPORT ArtsControlAppletPrivate : public TQObject { class TDE_EXPORT ArtsControlAppletPrivate : public TQObject {
TQ_OBJECT TQ_OBJECT
private: private:

@ -38,7 +38,7 @@ class TDEAction;
class KArtsWidget; class KArtsWidget;
class ArtsActions; class ArtsActions;
class KDE_EXPORT FFTScopeView : public Template_ArtsView { class TDE_EXPORT FFTScopeView : public Template_ArtsView {
TQ_OBJECT TQ_OBJECT
protected: protected:

@ -34,7 +34,7 @@ namespace aKode {
class Player; class Player;
} }
class KDE_EXPORT aKodePlayer : public Player class TDE_EXPORT aKodePlayer : public Player
{ {
TQ_OBJECT TQ_OBJECT

@ -66,7 +66,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile) TDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile)
{ {
TDEGlobal::locale()->insertCatalogue("kmix"); TDEGlobal::locale()->insertCatalogue("kmix");
return new KMixApplet(configFile, KPanelApplet::Normal, return new KMixApplet(configFile, KPanelApplet::Normal,

@ -46,7 +46,7 @@ static TDECmdLineOptions options[] =
// INSERT YOUR COMMANDLINE OPTIONS HERE // INSERT YOUR COMMANDLINE OPTIONS HERE
}; };
extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) extern "C" TDE_EXPORT int kdemain(int argc, char *argv[])
{ {
TDELocale::setMainCatalogue("kmix"); TDELocale::setMainCatalogue("kmix");
TDEAboutData aboutData( "kmixctrl", I18N_NOOP("KMixCtrl"), TDEAboutData aboutData( "kmixctrl", I18N_NOOP("KMixCtrl"),

@ -2,5 +2,5 @@ File=kmix.kcfg
Singleton=true Singleton=true
ClassName=KMixSettings ClassName=KMixSettings
Mutators=true Mutators=true
Visibility=KDE_EXPORT Visibility=TDE_EXPORT
SetUserTexts=true SetUserTexts=true

@ -37,7 +37,7 @@ static TDECmdLineOptions options[] =
// INSERT YOUR COMMANDLINE OPTIONS HERE // INSERT YOUR COMMANDLINE OPTIONS HERE
}; };
extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) extern "C" TDE_EXPORT int kdemain(int argc, char *argv[])
{ {
TDEAboutData aboutData( "kmix", I18N_NOOP("KMix"), TDEAboutData aboutData( "kmix", I18N_NOOP("KMix"),
APP_VERSION, description, TDEAboutData::License_GPL, APP_VERSION, description, TDEAboutData::License_GPL,

@ -40,7 +40,7 @@ static TDECmdLineOptions options[] =
// INSERT YOUR COMMANDLINE OPTIONS HERE // INSERT YOUR COMMANDLINE OPTIONS HERE
}; };
extern "C" KDE_EXPORT int kdemain( int argc, char* argv[] ) extern "C" TDE_EXPORT int kdemain( int argc, char* argv[] )
{ {
//cout<<endl<<"Starting kRec..."<<endl; //cout<<endl<<"Starting kRec..."<<endl;

@ -29,7 +29,7 @@
#include <kdemacros.h> #include <kdemacros.h>
namespace KCDDB namespace KCDDB
{ {
class KDE_EXPORT Cache class TDE_EXPORT Cache
{ {
public: public:

@ -43,7 +43,7 @@ namespace KCDDB
/** This is just a container class used for interpreting results /** This is just a container class used for interpreting results
of CDDB queries. of CDDB queries.
*/ */
class KDE_EXPORT CDDB class TDE_EXPORT CDDB
{ {
public: public:

@ -32,7 +32,7 @@ namespace KCDDB
/** /**
* Information about a sepecific track in a cd. * Information about a sepecific track in a cd.
*/ */
class KDE_EXPORT TrackInfo class TDE_EXPORT TrackInfo
{ {
public: public:
@ -65,7 +65,7 @@ namespace KCDDB
* cddb->lookup(discSignature); * cddb->lookup(discSignature);
* CDInfo info = cddb->bestLookupResponse();</code> * CDInfo info = cddb->bestLookupResponse();</code>
*/ */
class KDE_EXPORT CDInfo class TDE_EXPORT CDInfo
{ {
public: public:

@ -40,7 +40,7 @@ namespace KCDDB
* cddb->lookup(discSignature); * cddb->lookup(discSignature);
* CDInfo info = cddb->bestLookupResponse();</code> * CDInfo info = cddb->bestLookupResponse();</code>
*/ */
class KDE_EXPORT Client : public TQObject class TDE_EXPORT Client : public TQObject
{ {
TQ_OBJECT TQ_OBJECT

@ -30,7 +30,7 @@
#include <tdelibs_export.h> #include <tdelibs_export.h>
namespace KCDDB namespace KCDDB
{ {
class KDE_EXPORT Config : public ConfigBase class TDE_EXPORT Config : public ConfigBase
{ {
public: public:
Config(); Config();

@ -1,4 +1,4 @@
ClassName=ConfigBase ClassName=ConfigBase
File=libkcddb.kcfg File=libkcddb.kcfg
Mutators=true Mutators=true
Visibility=KDE_EXPORT Visibility=TDE_EXPORT

@ -36,7 +36,7 @@ namespace KCDDB
TQString description; TQString description;
} ; } ;
class KDE_EXPORT Sites : public CDDB class TDE_EXPORT Sites : public CDDB
{ {
public: public:
Sites(); Sites();

@ -24,7 +24,7 @@ extern "C" {
} }
#include <kdemacros.h> #include <kdemacros.h>
class KDE_EXPORT Buffer { class TDE_EXPORT Buffer {
char* msg; char* msg;
int nSize; int nSize;

@ -47,7 +47,7 @@ struct CommandDescriptionStruct {
typedef struct CommandDescriptionStruct CommandDescription; typedef struct CommandDescriptionStruct CommandDescription;
class KDE_EXPORT CommandTable { class TDE_EXPORT CommandTable {
int nCommandDesc; int nCommandDesc;
CommandDescription commandDesc[50]; CommandDescription commandDesc[50];

@ -29,7 +29,7 @@ class CommandTable;
class CommandTableYAF; class CommandTableYAF;
class CommandLine; class CommandLine;
class KDE_EXPORT InputDecoder { class TDE_EXPORT InputDecoder {
int status; int status;
CommandTable* commandTable; CommandTable* commandTable;

@ -37,7 +37,7 @@ extern "C" {
class MultiReader; class MultiReader;
class KDE_EXPORT InputInterface { class TDE_EXPORT InputInterface {
int currentCommandNumber; int currentCommandNumber;

@ -28,7 +28,7 @@
//#define _DEBUG_OUTPUT //#define _DEBUG_OUTPUT
class KDE_EXPORT OutputInterface { class TDE_EXPORT OutputInterface {
int protocolSyntax; int protocolSyntax;
int nr; int nr;

@ -19,7 +19,7 @@
// prototypes // prototypes
//extern "C" void control_xplayer(); //extern "C" void control_xplayer();
KDE_EXPORT void yaf_control(InputInterface* input, TDE_EXPORT void yaf_control(InputInterface* input,
OutputInterface* output, OutputInterface* output,
InputDecoder* decoder); InputDecoder* decoder);

@ -23,7 +23,7 @@
#include <kdemacros.h> #include <kdemacros.h>
class KDE_EXPORT InputDecoderYAF : public InputDecoderXPlayer { class TDE_EXPORT InputDecoderYAF : public InputDecoderXPlayer {
DecoderPlugin* plugin; DecoderPlugin* plugin;
YafOutputStream* output; YafOutputStream* output;

@ -49,7 +49,7 @@
class KDE_EXPORT YafOutputStream : public OutputStream { class TDE_EXPORT YafOutputStream : public OutputStream {
long bytes; long bytes;

@ -75,7 +75,7 @@
*/ */
class KDE_EXPORT DecoderPlugin { class TDE_EXPORT DecoderPlugin {
public: public:

@ -28,7 +28,7 @@ class MpegSystemStream;
class MpegStreamPlayer; class MpegStreamPlayer;
class MpegVideoLength; class MpegVideoLength;
class KDE_EXPORT MpgPlugin : public DecoderPlugin { class TDE_EXPORT MpgPlugin : public DecoderPlugin {
MpegSystemHeader* mpegSystemHeader; MpegSystemHeader* mpegSystemHeader;
MpegSystemStream* mpegSystemStream; MpegSystemStream* mpegSystemStream;

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

@ -25,7 +25,7 @@ class PCMFrame;
class FileAccessWrapper; class FileAccessWrapper;
class MpegAudioInfo; class MpegAudioInfo;
class KDE_EXPORT SplayPlugin : public DecoderPlugin { class TDE_EXPORT SplayPlugin : public DecoderPlugin {
int lnoLength; int lnoLength;
int lfirst; int lfirst;

@ -21,7 +21,7 @@
Im not sure if you can make mutiple instances of it 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; struct info_struct* info;
class TimeStamp* startStamp; class TimeStamp* startStamp;

@ -31,7 +31,7 @@
*/ */
class KDE_EXPORT IOFrameQueue { class TDE_EXPORT IOFrameQueue {
public: public:

@ -34,7 +34,7 @@
#define MP3FRAMESIZE (2*2*2*32*18) #define MP3FRAMESIZE (2*2*2*32*18)
class KDE_EXPORT AudioFrame : public Frame { class TDE_EXPORT AudioFrame : public Frame {
int stereo; int stereo;
int frequencyHZ; int frequencyHZ;

@ -28,7 +28,7 @@
This class can convert from packets back to a stream. This class can convert from packets back to a stream.
*/ */
class KDE_EXPORT AudioFrameQueue : public IOFrameQueue { class TDE_EXPORT AudioFrameQueue : public IOFrameQueue {
int frameType; int frameType;
int len; int len;

@ -70,7 +70,7 @@
class KDE_EXPORT Framer { class TDE_EXPORT Framer {
// this is our destination buffer for the output frame // this is our destination buffer for the output frame
// this buffer must be able to store the maximum size // this buffer must be able to store the maximum size

@ -20,7 +20,7 @@
#include <kdemacros.h> #include <kdemacros.h>
// this format has a sampleSize of 16, signed, endian==machine // this format has a sampleSize of 16, signed, endian==machine
class KDE_EXPORT PCMFrame : public AudioFrame { class TDE_EXPORT PCMFrame : public AudioFrame {
short int* data; short int* data;
int len; int len;

@ -29,7 +29,7 @@
#define _INPUT_THREADSAFE 1 #define _INPUT_THREADSAFE 1
class KDE_EXPORT InputPlugin { class TDE_EXPORT InputPlugin {
public: public:
InputPlugin(); InputPlugin();

@ -27,7 +27,7 @@
#define _OUTPUT_THREADSAFE 1 #define _OUTPUT_THREADSAFE 1
class KDE_EXPORT OutPlugin { class TDE_EXPORT OutPlugin {
public: public:
OutPlugin(); OutPlugin();

@ -76,7 +76,7 @@
class KDE_EXPORT OutputStream { class TDE_EXPORT OutputStream {
int audioState; int audioState;
int videoState; int videoState;

@ -26,7 +26,7 @@
*/ */
class KDE_EXPORT PluginInfo { class TDE_EXPORT PluginInfo {
int sec; int sec;
DynBuffer* musicName; DynBuffer* musicName;

@ -26,7 +26,7 @@
class KDE_EXPORT MpegAudioFrame : public Framer { class TDE_EXPORT MpegAudioFrame : public Framer {
// max size of buffer is: // max size of buffer is:
// header: 4 // header: 4

@ -46,7 +46,7 @@ class MpegAudioHeader;
class KDE_EXPORT SplayDecoder { class TDE_EXPORT SplayDecoder {
MpegAudioStream* stream; MpegAudioStream* stream;
MpegAudioHeader* header; MpegAudioHeader* header;

@ -32,7 +32,7 @@ class FloatFrame;
But a caller can do it in both orders. But a caller can do it in both orders.
*/ */
class KDE_EXPORT DSPWrapper { class TDE_EXPORT DSPWrapper {
int lopenDevice; int lopenDevice;
int lopenMixer; int lopenMixer;

@ -30,7 +30,7 @@ typedef struct timeval_s {
long tv_usec; /* microseconds */ long tv_usec; /* microseconds */
} timeval_t; } timeval_t;
class KDE_EXPORT TimeWrapper { class TDE_EXPORT TimeWrapper {
public: public:
TimeWrapper(); TimeWrapper();

@ -20,7 +20,7 @@
#include "../decoder/decoderPlugin.h" #include "../decoder/decoderPlugin.h"
#include <kdemacros.h> #include <kdemacros.h>
class KDE_EXPORT YUVPlugin : public DecoderPlugin { class TDE_EXPORT YUVPlugin : public DecoderPlugin {
int lCalcLength; int lCalcLength;
int nWidth; int nWidth;

@ -14,7 +14,7 @@ static TDECmdLineOptions options[] =
TDECmdLineLastOption TDECmdLineLastOption
}; };
extern "C" KDE_EXPORT int kdemain(int argc, char **argv) extern "C" TDE_EXPORT int kdemain(int argc, char **argv)
{ {
TDEAboutData aboutData("noatun", I18N_NOOP("Noatun"), TDEAboutData aboutData("noatun", I18N_NOOP("Noatun"),
version, description, TDEAboutData::License_BSD, version, description, TDEAboutData::License_BSD,

@ -28,7 +28,7 @@ namespace NoatunStdAction
* @author Charles Samuels * @author Charles Samuels
* @version 2.3 * @version 2.3
*/ */
class KDE_EXPORT NoatunApp : public KUniqueApplication class TDE_EXPORT NoatunApp : public KUniqueApplication
{ {
TQ_OBJECT TQ_OBJECT

@ -20,7 +20,7 @@ class TQLabel;
* @author Charles Samuels * @author Charles Samuels
* @version 2.3 * @version 2.3
**/ **/
class KDE_EXPORT L33tSlider : public TQSlider class TDE_EXPORT L33tSlider : public TQSlider
{ {
TQ_OBJECT TQ_OBJECT

@ -30,7 +30,7 @@ class NoatunApp;
* Does almost everything related to multimedia. * Does almost everything related to multimedia.
* Most interfacing should be done with Player * Most interfacing should be done with Player
**/ **/
class KDE_EXPORT Engine : public TQObject class TDE_EXPORT Engine : public TQObject
{ {
TQ_OBJECT TQ_OBJECT

@ -19,7 +19,7 @@ class KLibrary;
* @author Charles Samuels * @author Charles Samuels
* @version 2.4 * @version 2.4
**/ **/
class KDE_EXPORT Player : public TQObject class TDE_EXPORT Player : public TQObject
{ {
TQ_OBJECT TQ_OBJECT

@ -27,7 +27,7 @@ class PlaylistItem;
* @author Charles Samuels * @author Charles Samuels
* @version 2.3 * @version 2.3
**/ **/
class KDE_EXPORT PlaylistItemData class TDE_EXPORT PlaylistItemData
{ {
public: public:
PlaylistItemData(); PlaylistItemData();
@ -205,7 +205,7 @@ private:
* @author Charles Samuels * @author Charles Samuels
* @version 2.3 * @version 2.3
**/ **/
class KDE_EXPORT PlaylistItem class TDE_EXPORT PlaylistItem
{ {
public: public:
PlaylistItem(const PlaylistItem &source); PlaylistItem(const PlaylistItem &source);

@ -24,7 +24,7 @@ class NoatunApp;
/** /**
* @short Base class for all plugins * @short Base class for all plugins
**/ **/
class KDE_EXPORT Plugin class TDE_EXPORT Plugin
{ {
public: public:
Plugin(); Plugin();
@ -58,7 +58,7 @@ public:
* Inherit from this one instead of Plugin if you are * Inherit from this one instead of Plugin if you are
* a user-interface * a user-interface
**/ **/
class KDE_EXPORT UserInterface : public Plugin class TDE_EXPORT UserInterface : public Plugin
{ {
public: public:
UserInterface(); UserInterface();
@ -162,7 +162,7 @@ private:
/** /**
* Base class for all kinds of FFT scopes * Base class for all kinds of FFT scopes
**/ **/
class KDE_EXPORT FFTScope : public Visualization class TDE_EXPORT FFTScope : public Visualization
{ {
public: public:
FFTScope(int interval, int pid=0); FFTScope(int interval, int pid=0);
@ -205,7 +205,7 @@ public:
* An easy to use FFT scope, stereo version. * An easy to use FFT scope, stereo version.
* You certainly want to reimplement scopeEvent() * You certainly want to reimplement scopeEvent()
**/ **/
class KDE_EXPORT StereoFFTScope : public FFTScope class TDE_EXPORT StereoFFTScope : public FFTScope
{ {
public: public:
StereoFFTScope(int timeout=250, int pid=0); StereoFFTScope(int timeout=250, int pid=0);
@ -242,7 +242,7 @@ private:
* An easy to use FFT scope, mono version. * An easy to use FFT scope, mono version.
* You certainly want to reimplement scopeEvent() * You certainly want to reimplement scopeEvent()
**/ **/
class KDE_EXPORT MonoFFTScope : public FFTScope class TDE_EXPORT MonoFFTScope : public FFTScope
{ {
public: public:
MonoFFTScope(int timeout=250, int pid=0); MonoFFTScope(int timeout=250, int pid=0);
@ -302,7 +302,7 @@ public:
* Note: Of course this one also works for audio with more than one channel * Note: Of course this one also works for audio with more than one channel
* You certainly want to reimplement scopeEvent() * You certainly want to reimplement scopeEvent()
*/ */
class KDE_EXPORT MonoScope : public Scope class TDE_EXPORT MonoScope : public Scope
{ {
public: public:
MonoScope(int timeout=250, int pid=0); MonoScope(int timeout=250, int pid=0);

@ -33,7 +33,7 @@ class Plugin;
/** /**
* Used for loading plugins at runtime * Used for loading plugins at runtime
**/ **/
class KDE_EXPORT LibraryLoader class TDE_EXPORT LibraryLoader
{ {
friend class Plugin; friend class Plugin;
struct PluginLibrary struct PluginLibrary

@ -54,7 +54,7 @@ private:
* Create your GUI in constructor, reimplement reopen() and save() and * Create your GUI in constructor, reimplement reopen() and save() and
* you're all set. * you're all set.
**/ **/
class KDE_EXPORT CModule : public TQWidget class TDE_EXPORT CModule : public TQWidget
{ {
TQ_OBJECT TQ_OBJECT

@ -121,64 +121,64 @@ private:
/** /**
* @return pointer to a TDEAction which opens the effects dialog on activation * @return pointer to a TDEAction which opens the effects dialog on activation
*/ */
KDE_EXPORT TDEAction *effects(TQObject *parent = 0, const char *name = 0); TDE_EXPORT TDEAction *effects(TQObject *parent = 0, const char *name = 0);
/** /**
* @return pointer to a TDEAction which opens the equalizer dialog on activation * @return pointer to a TDEAction which opens the equalizer dialog on activation
*/ */
KDE_EXPORT TDEAction *equalizer(TQObject *parent = 0, const char *name = 0); TDE_EXPORT TDEAction *equalizer(TQObject *parent = 0, const char *name = 0);
/** /**
* @return pointer to a TDEAction which goes back one track on activation * @return pointer to a TDEAction which goes back one track on activation
*/ */
KDE_EXPORT TDEAction *back(TQObject *parent = 0, const char *name = 0); TDE_EXPORT TDEAction *back(TQObject *parent = 0, const char *name = 0);
/** /**
* @return pointer to a TDEAction which stops playback on activation * @return pointer to a TDEAction which stops playback on activation
*/ */
KDE_EXPORT TDEAction *stop(TQObject *parent = 0, const char *name = 0); TDE_EXPORT TDEAction *stop(TQObject *parent = 0, const char *name = 0);
/** /**
* @return pointer to a TDEAction which starts/pauses playback on activation * @return pointer to a TDEAction which starts/pauses playback on activation
*/ */
KDE_EXPORT TDEAction *playpause(TQObject *parent = 0, const char *name = 0); TDE_EXPORT TDEAction *playpause(TQObject *parent = 0, const char *name = 0);
/** /**
* @return pointer to a TDEAction which advances one track on activation * @return pointer to a TDEAction which advances one track on activation
*/ */
KDE_EXPORT TDEAction *forward(TQObject *parent = 0, const char *name = 0); TDE_EXPORT TDEAction *forward(TQObject *parent = 0, const char *name = 0);
/** /**
* @return pointer to a TDEToggleAction which shows/hides the playlist * @return pointer to a TDEToggleAction which shows/hides the playlist
*/ */
KDE_EXPORT TDEToggleAction *playlist(TQObject *parent = 0, const char *name = 0); TDE_EXPORT TDEToggleAction *playlist(TQObject *parent = 0, const char *name = 0);
/** /**
* loop action * loop action
**/ **/
KDE_EXPORT LoopActionMenu *loop(TQObject *parent, const char *name); TDE_EXPORT LoopActionMenu *loop(TQObject *parent, const char *name);
/** /**
* play action * play action
*/ */
KDE_EXPORT TDEAction *play(TQObject *parent = 0, const char *name = 0); TDE_EXPORT TDEAction *play(TQObject *parent = 0, const char *name = 0);
/** /**
* pause action * pause action
*/ */
KDE_EXPORT TDEAction *pause(TQObject *parent = 0, const char *name = 0); TDE_EXPORT TDEAction *pause(TQObject *parent = 0, const char *name = 0);
/** /**
* @return pointer to the global PluginActionMenu object (there is only one instance) * @return pointer to the global PluginActionMenu object (there is only one instance)
*/ */
KDE_EXPORT PluginActionMenu *actions(); TDE_EXPORT PluginActionMenu *actions();
/** /**
* @return pointer to a VisActionMenu object * @return pointer to a VisActionMenu object
*/ */
KDE_EXPORT VisActionMenu *visualizations(TQObject *parent = 0, const char *name = 0); TDE_EXPORT VisActionMenu *visualizations(TQObject *parent = 0, const char *name = 0);
/** /**
* The global popupmenu of noatun, there's not two or three but only one of these :) * The global popupmenu of noatun, there's not two or three but only one of these :)
* @author Charles Samuels * @author Charles Samuels
**/ **/
class KDE_EXPORT ContextMenu class TDE_EXPORT ContextMenu
{ {
public: public:
static TDEPopupMenu *createContextMenu(TQWidget *p); static TDEPopupMenu *createContextMenu(TQWidget *p);

@ -76,7 +76,7 @@ class VEqualizer;
* Represents a single band in a vequalizer * Represents a single band in a vequalizer
* @author Charles Samuels * @author Charles Samuels
**/ **/
class KDE_EXPORT VBand class TDE_EXPORT VBand
{ {
friend class VInterpolation; friend class VInterpolation;
friend class VEqualizer; friend class VEqualizer;
@ -134,7 +134,7 @@ public:
* @short interpolated representation of Eq data * @short interpolated representation of Eq data
* @author Charles Samuels * @author Charles Samuels
**/ **/
class KDE_EXPORT VInterpolation : public TQObject, public VBandsInterface class TDE_EXPORT VInterpolation : public TQObject, public VBandsInterface
{ {
TQ_OBJECT TQ_OBJECT
@ -174,7 +174,7 @@ class VPreset;
* @short Noatun EQ * @short Noatun EQ
* @author Charles Samuels * @author Charles Samuels
**/ **/
class KDE_EXPORT VEqualizer : public TQObject, public VBandsInterface class TDE_EXPORT VEqualizer : public TQObject, public VBandsInterface
{ {
TQ_OBJECT TQ_OBJECT

@ -9,7 +9,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT NIF *create_plugin() TDE_EXPORT NIF *create_plugin()
{ {
return new NIF(); return new NIF();
} }

@ -7,7 +7,7 @@
#include <dcopobject.h> #include <dcopobject.h>
#include <kdemacros.h> #include <kdemacros.h>
class KDE_EXPORT NIF : public Plugin, public DCOPObject class TDE_EXPORT NIF : public Plugin, public DCOPObject
{ {
K_DCOP K_DCOP

@ -26,7 +26,7 @@
#include "userinterface.h" #include "userinterface.h"
extern "C" KDE_EXPORT Plugin *create_plugin() extern "C" TDE_EXPORT Plugin *create_plugin()
{ {
return new Excellent(); return new Excellent();
} }

@ -7,7 +7,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT Plugin *create_plugin() TDE_EXPORT Plugin *create_plugin()
{ {
return new HTMLExport(); return new HTMLExport();
} }

@ -14,7 +14,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT Plugin *create_plugin() TDE_EXPORT Plugin *create_plugin()
{ {
return new InfraRed(); return new InfraRed();
} }

@ -2,7 +2,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT Plugin *create_plugin() TDE_EXPORT Plugin *create_plugin()
{ {
return new Kaiman(); return new Kaiman();
} }

@ -14,7 +14,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT Plugin *create_plugin() TDE_EXPORT Plugin *create_plugin()
{ {
return new Keyz(); return new Keyz();
} }

@ -2,7 +2,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT Plugin *create_plugin() TDE_EXPORT Plugin *create_plugin()
{ {
return new KJLoader(); return new KJLoader();
} }

@ -2,7 +2,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT Plugin *create_plugin() TDE_EXPORT Plugin *create_plugin()
{ {
return new Marquis(); return new Marquis();
} }

@ -24,7 +24,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT Plugin *create_plugin() TDE_EXPORT Plugin *create_plugin()
{ {
return new MetaTagLoader; return new MetaTagLoader;
} }

@ -9,7 +9,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT Plugin *create_plugin() TDE_EXPORT Plugin *create_plugin()
{ {
return new Monoscope(); return new Monoscope();
} }

@ -4,7 +4,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT Plugin *create_plugin() TDE_EXPORT Plugin *create_plugin()
{ {
return new Net(); return new Net();
} }

@ -2,7 +2,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT Plugin *create_plugin() TDE_EXPORT Plugin *create_plugin()
{ {
return new MilkChocolate; return new MilkChocolate;
} }

@ -13,5 +13,5 @@
extern "C" extern "C"
{ {
KDE_EXPORT Plugin *create_plugin() { return new SimpleUI(); } TDE_EXPORT Plugin *create_plugin() { return new SimpleUI(); }
} }

@ -5,7 +5,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT Plugin *create_plugin() TDE_EXPORT Plugin *create_plugin()
{ {
return new SplitPlaylist(); return new SplitPlaylist();
} }

@ -2,7 +2,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT Plugin *create_plugin() TDE_EXPORT Plugin *create_plugin()
{ {
return new NoatunSystray(); return new NoatunSystray();
} }

@ -9,7 +9,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT Plugin *create_plugin() TDE_EXPORT Plugin *create_plugin()
{ {
return new VoicePrint(); return new VoicePrint();
} }

@ -5,7 +5,7 @@
#include "waSkin.h" #include "waSkin.h"
extern "C" { extern "C" {
KDE_EXPORT Plugin *create_plugin() { TDE_EXPORT Plugin *create_plugin() {
WaSkin *new_skin = new WaSkin(); WaSkin *new_skin = new WaSkin();
new WinSkinConfig(new_skin, new_skin->skinManager()); new WinSkinConfig(new_skin, new_skin->skinManager());
return new_skin; return new_skin;

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

@ -37,7 +37,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT void create_audiocd_encoders(TDEIO::SlaveBase *slave, TQPtrList<AudioCDEncoder> &encoders) TDE_EXPORT void create_audiocd_encoders(TDEIO::SlaveBase *slave, TQPtrList<AudioCDEncoder> &encoders)
{ {
encoders.append(new EncoderFLAC(slave)); encoders.append(new EncoderFLAC(slave));
} }

@ -37,7 +37,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT void create_audiocd_encoders(TDEIO::SlaveBase *slave, TQPtrList<AudioCDEncoder> &encoders) { TDE_EXPORT void create_audiocd_encoders(TDEIO::SlaveBase *slave, TQPtrList<AudioCDEncoder> &encoders) {
encoders.append(new EncoderLame(slave)); encoders.append(new EncoderLame(slave));
} }
} }

@ -40,7 +40,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT void create_audiocd_encoders(TDEIO::SlaveBase *slave, TQPtrList<AudioCDEncoder> &encoders) TDE_EXPORT void create_audiocd_encoders(TDEIO::SlaveBase *slave, TQPtrList<AudioCDEncoder> &encoders)
{ {
encoders.append(new EncoderVorbis(slave)); encoders.append(new EncoderVorbis(slave));
} }

@ -26,7 +26,7 @@
extern "C" extern "C"
{ {
KDE_EXPORT void create_audiocd_encoders(TDEIO::SlaveBase *slave, TQPtrList<AudioCDEncoder> &encoders) TDE_EXPORT void create_audiocd_encoders(TDEIO::SlaveBase *slave, TQPtrList<AudioCDEncoder> &encoders)
{ {
encoders.append( new EncoderWav(slave)); encoders.append( new EncoderWav(slave));
encoders.append( new EncoderCda(slave)); encoders.append( new EncoderCda(slave));

@ -9,7 +9,7 @@ class TDEInstance;
class KMidBrowserExtension; class KMidBrowserExtension;
class tdemidClient; class tdemidClient;
class KDE_EXPORT KMidFactory : public KParts::Factory class TDE_EXPORT KMidFactory : public KParts::Factory
{ {
TQ_OBJECT TQ_OBJECT

@ -39,7 +39,7 @@ class TDEToolBar;
class TQDragEvent; class TQDragEvent;
class TDEAccel; class TDEAccel;
class KDE_EXPORT tdemidFrame : public TDEMainWindow class TDE_EXPORT tdemidFrame : public TDEMainWindow
{ {
TQ_OBJECT TQ_OBJECT

Loading…
Cancel
Save