From d6705bac5da767ff271b66c0f01ff6ed6352515e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 May 2024 17:48:46 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro --- libkpimidentities/identity.h | 12 ++++++------ libkpimidentities/identitycombo.h | 2 +- libkpimidentities/identitymanager.h | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'libkpimidentities') diff --git a/libkpimidentities/identity.h b/libkpimidentities/identity.h index 6a6c972f4..cfc44260e 100644 --- a/libkpimidentities/identity.h +++ b/libkpimidentities/identity.h @@ -26,17 +26,17 @@ class TQDataStream; namespace KPIM { -KDE_EXPORT TQDataStream & operator<<( TQDataStream & stream, const KPIM::Signature & sig ); -KDE_EXPORT TQDataStream & operator>>( TQDataStream & stream, KPIM::Signature & sig ); +TDE_EXPORT TQDataStream & operator<<( TQDataStream & stream, const KPIM::Signature & sig ); +TDE_EXPORT TQDataStream & operator>>( TQDataStream & stream, KPIM::Signature & sig ); -KDE_EXPORT TQDataStream & operator<<( TQDataStream & stream, const KPIM::Identity & ident ); -KDE_EXPORT TQDataStream & operator>>( TQDataStream & stream, KPIM::Identity & ident ); +TDE_EXPORT TQDataStream & operator<<( TQDataStream & stream, const KPIM::Identity & ident ); +TDE_EXPORT TQDataStream & operator>>( TQDataStream & stream, KPIM::Identity & ident ); /** * @short abstraction of a signature (aka "footer"). * @author Marc Mutz */ -class KDE_EXPORT Signature { +class TDE_EXPORT Signature { friend class Identity; friend TQDataStream & KPIM::operator<<( TQDataStream & stream, const Signature & sig ); @@ -92,7 +92,7 @@ private: }; /** User identity information */ -class KDE_EXPORT Identity +class TDE_EXPORT Identity { // only the identity manager should be able to construct and // destruct us, but then we get into problems with using diff --git a/libkpimidentities/identitycombo.h b/libkpimidentities/identitycombo.h index 119983edb..f95944224 100644 --- a/libkpimidentities/identitycombo.h +++ b/libkpimidentities/identitycombo.h @@ -48,7 +48,7 @@ class Identity; * @author Marc Mutz **/ -class KDE_EXPORT IdentityCombo : public TQComboBox { +class TDE_EXPORT IdentityCombo : public TQComboBox { TQ_OBJECT public: diff --git a/libkpimidentities/identitymanager.h b/libkpimidentities/identitymanager.h index 76b2a290d..92d591575 100644 --- a/libkpimidentities/identitymanager.h +++ b/libkpimidentities/identitymanager.h @@ -50,7 +50,7 @@ class Identity; * @short Manages the list of identities. * @author Marc Mutz **/ -#define IdentityManager KDE_EXPORT IdentityManager +#define IdentityManager TDE_EXPORT IdentityManager class IdentityManager : public ConfigManager, public DCOPObject #undef IdentityManager { -- cgit v1.2.1