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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 1 month ago
parent 95288d30cc
commit 561d50871c
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -41,7 +41,7 @@ extern "C" {
#include <libotr/userstate.h> #include <libotr/userstate.h>
} }
class KDE_EXPORT OtrlChatInterface: public TQObject class TDE_EXPORT OtrlChatInterface: public TQObject
{ {
TQ_OBJECT TQ_OBJECT

@ -40,7 +40,7 @@ extern "C" {
#include <libotr/context.h> #include <libotr/context.h>
} }
class KDE_EXPORT OtrlConfInterface class TDE_EXPORT OtrlConfInterface
{ {
public: public:

@ -65,7 +65,7 @@ public:
} }
}; };
class KDE_EXPORT OTRPlugin : public Kopete::Plugin class TDE_EXPORT OTRPlugin : public Kopete::Plugin
{ {
TQ_OBJECT TQ_OBJECT

Loading…
Cancel
Save