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

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

@ -29,7 +29,7 @@
class TQWidgetStack; class TQWidgetStack;
class KDE_EXPORT Config{ class TDE_EXPORT Config{
public: public:
static Config& getSingleton(){ static Config& getSingleton(){
static Config instance; static Config instance;

@ -61,7 +61,7 @@ void KommandoDaemon::reparseConfiguration()
} }
extern "C" { extern "C" {
KDE_EXPORT KDEDModule *create_kommandod(const TQCString &obj) TDE_EXPORT KDEDModule *create_kommandod(const TQCString &obj)
{ {
return new KommandoDaemon(obj); return new KommandoDaemon(obj);
} }

@ -26,7 +26,7 @@
/** /**
@author Daniel Stöckel <the_docter@gmx.net> @author Daniel Stöckel <the_docter@gmx.net>
*/ */
class KDE_EXPORT KommandoView : public TQListView class TDE_EXPORT KommandoView : public TQListView
{ {
public: public:
KommandoView(TQWidget* parent, const TQString& name); KommandoView(TQWidget* parent, const TQString& name);
@ -38,7 +38,7 @@ class KDE_EXPORT KommandoView : public TQListView
TQString m_AppName; TQString m_AppName;
}; };
class KDE_EXPORT KommandoViewList : public TQPtrList<KommandoView> class TDE_EXPORT KommandoViewList : public TQPtrList<KommandoView>
{ {
public: public:
KommandoViewList(bool autoDelete = false); KommandoViewList(bool autoDelete = false);

@ -23,7 +23,7 @@
#include <tqlistview.h> #include <tqlistview.h>
#include <kdemacros.h> #include <kdemacros.h>
class KDE_EXPORT MenuListViewItem : public TQListViewItem class TDE_EXPORT MenuListViewItem : public TQListViewItem
{ {
public: public:
enum ItemType{Menu,Button}; enum ItemType{Menu,Button};

@ -28,7 +28,7 @@
class Menu; class Menu;
class KDE_EXPORT RoundButton : public TQButton //well, there were round buttons in the begining at least *g* class TDE_EXPORT RoundButton : public TQButton //well, there were round buttons in the begining at least *g*
{ {
TQ_OBJECT TQ_OBJECT
public: public:

Loading…
Cancel
Save