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 3 weeks ago
parent e2d9bda63a
commit 8d48abe4ff
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

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

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

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

@ -28,7 +28,7 @@
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
public:

Loading…
Cancel
Save