From f55fd652198eee4f0b3eaf4884364e141a6116c8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 15 May 2024 12:40:12 +0900 Subject: Replace KDE_DEPRECATED with TDE_DEPRECATED Signed-off-by: Michele Calgaro --- kopete/libkopete/kopeteaccount.h | 4 ++-- kopete/protocols/msn/msncontact.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kopete/libkopete/kopeteaccount.h b/kopete/libkopete/kopeteaccount.h index 697200fa..58be9cbc 100644 --- a/kopete/libkopete/kopeteaccount.h +++ b/kopete/libkopete/kopeteaccount.h @@ -540,13 +540,13 @@ public: * @todo remove * @deprecated use configGroup */ - void setPluginData( Plugin* /*plugin*/, const TQString &key, const TQString &value ) KDE_DEPRECATED; + void setPluginData( Plugin* /*plugin*/, const TQString &key, const TQString &value ) TDE_DEPRECATED; /** * @todo remove * @deprecated use configGroup */ - TQString pluginData( Plugin* /*plugin*/, const TQString &key ) const KDE_DEPRECATED; + TQString pluginData( Plugin* /*plugin*/, const TQString &key ) const TDE_DEPRECATED; }; } //END namespace Kopete diff --git a/kopete/protocols/msn/msncontact.h b/kopete/protocols/msn/msncontact.h index fb46f541..38eddd49 100644 --- a/kopete/protocols/msn/msncontact.h +++ b/kopete/protocols/msn/msncontact.h @@ -110,7 +110,7 @@ public: /** * Rename contact on server */ - virtual void rename( const TQString &newName ) KDE_DEPRECATED; + virtual void rename( const TQString &newName ) TDE_DEPRECATED; /** * Returns the MSN Message Manager associated with this contact -- cgit v1.2.3