From 561d50871c1bafa86a2b6a895cfdd1e2eaf08fd3 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Fri, 3 May 2024 12:14:27 +0900
Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 src/otrlchatinterface.h | 2 +-
 src/otrlconfinterface.h | 2 +-
 src/otrplugin.h         | 2 +-
 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
 
-- 
cgit v1.2.3

