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-07 11:20:07 +0900
commit6a0c636c56eb9db3be306d4282ba22b59b398f49 (patch)
tree8775f7e6c7f0616d15dba90ba12a8f5ad2f8aba2
parent9d9cad794c093b288087967c3562049759dd9122 (diff)
downloadkopete-otr-r14.1.x.tar.gz
kopete-otr-r14.1.x.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 561d50871c1bafa86a2b6a895cfdd1e2eaf08fd3)
-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