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
* content widget will not be freed until the KArtsWidget gets destroyed.
*/
class KDE_EXPORT KArtsWidget : public TQWidget {
class TDE_EXPORT KArtsWidget : public TQWidget {
private:
KArtsWidgetPrivate *d;

@ -26,7 +26,7 @@ class TQFrame;
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
{
protected:

@ -35,7 +35,7 @@ class RotateLabel;
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
{
protected:

@ -32,7 +32,7 @@ class TQBoxLayout;
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
{
protected:
@ -78,7 +78,7 @@ public:
} // namespace
class KDE_EXPORT KLayoutBox_Separator : public TQWidget {
class TDE_EXPORT KLayoutBox_Separator : public TQWidget {
TQ_OBJECT
public:

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

@ -30,7 +30,7 @@ namespace Arts {
/**
* 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

@ -28,6 +28,6 @@
#include "artsbuilder.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 */

@ -26,16 +26,16 @@
#include <string>
#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__
__attribute__ (( format (printf, 2, 3)))
#endif
;
KDE_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);
KDE_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 void addSubStringSeq(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);
TDE_EXPORT int parse_line(const std::string& in, std::string& cmd, std::string& param);
TDE_EXPORT std::vector<std::string> *getSubStringSeq(const std::vector<std::string> *seq,unsigned long& i);
#endif /* ARTS_SEQUENCEUTILS_H */

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

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

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

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

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

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

@ -46,7 +46,7 @@ static TDECmdLineOptions options[] =
// 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");
TDEAboutData aboutData( "kmixctrl", I18N_NOOP("KMixCtrl"),

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

@ -37,7 +37,7 @@ static TDECmdLineOptions options[] =
// 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"),
APP_VERSION, description, TDEAboutData::License_GPL,

@ -40,7 +40,7 @@ static TDECmdLineOptions options[] =
// 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;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -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;

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

@ -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;

@ -21,7 +21,7 @@
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;

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

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

@ -28,7 +28,7 @@
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 len;

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

@ -20,7 +20,7 @@
#include <kdemacros.h>
// 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;
int len;

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

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

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

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

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

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

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

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

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

@ -14,7 +14,7 @@ static TDECmdLineOptions options[] =
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"),
version, description, TDEAboutData::License_BSD,

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

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

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

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

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

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

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

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

@ -121,64 +121,64 @@ private:
/**
* @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
*/
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
*/
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
*/
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
*/
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
*/
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
*/
KDE_EXPORT TDEToggleAction *playlist(TQObject *parent = 0, const char *name = 0);
TDE_EXPORT TDEToggleAction *playlist(TQObject *parent = 0, const char *name = 0);
/**
* loop action
**/
KDE_EXPORT LoopActionMenu *loop(TQObject *parent, const char *name);
TDE_EXPORT LoopActionMenu *loop(TQObject *parent, const char *name);
/**
* 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
*/
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)
*/
KDE_EXPORT PluginActionMenu *actions();
TDE_EXPORT PluginActionMenu *actions();
/**
* @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 :)
* @author Charles Samuels
**/
class KDE_EXPORT ContextMenu
class TDE_EXPORT ContextMenu
{
public:
static TDEPopupMenu *createContextMenu(TQWidget *p);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -37,7 +37,7 @@
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));
}

@ -37,7 +37,7 @@
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));
}
}

@ -40,7 +40,7 @@
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));
}

@ -26,7 +26,7 @@
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 EncoderCda(slave));

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

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

Loading…
Cancel
Save