summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/otrlchatinterface.h2
-rw-r--r--src/otrlconfinterface.h2
-rw-r--r--src/otrplugin.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/otrlchatinterface.h b/src/otrlchatinterface.h
index 75f102a..1c8b649 100644
--- a/src/otrlchatinterface.h
+++ b/src/otrlchatinterface.h
@@ -41,7 +41,7 @@ extern "C" {
#include <libotr/userstate.h>
}
-class KDE_EXPORT OtrlChatInterface: public TQObject
+class TDE_EXPORT OtrlChatInterface: public TQObject
{
TQ_OBJECT
diff --git a/src/otrlconfinterface.h b/src/otrlconfinterface.h
index 0e743e2..48c28bc 100644
--- a/src/otrlconfinterface.h
+++ b/src/otrlconfinterface.h
@@ -40,7 +40,7 @@ extern "C" {
#include <libotr/context.h>
}
-class KDE_EXPORT OtrlConfInterface
+class TDE_EXPORT OtrlConfInterface
{
public:
diff --git a/src/otrplugin.h b/src/otrplugin.h
index 9e23473..be5a829 100644
--- a/src/otrplugin.h
+++ b/src/otrplugin.h
@@ -65,7 +65,7 @@ public:
}
};
-class KDE_EXPORT OTRPlugin : public Kopete::Plugin
+class TDE_EXPORT OTRPlugin : public Kopete::Plugin
{
TQ_OBJECT