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

Merged
MicheleC merged 1 commits from feat/tde-export into master 10 months ago

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

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

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

Loading…
Cancel
Save