summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:14:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:14:27 +0900
commit561d50871c1bafa86a2b6a895cfdd1e2eaf08fd3 (patch)
tree2db59d6c60e65f606ec8e669a6539ac81bd82ea0
parent95288d30cc7c57dcb4bf9828d5002cd13b32c4bb (diff)
downloadkopete-otr-master.tar.gz
kopete-otr-master.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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