summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:40:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:40:12 +0900
commitf55fd652198eee4f0b3eaf4884364e141a6116c8 (patch)
tree1632c549bf1d96ee3834fe3ec401131a2c4b20cb /kopete/libkopete
parent3e0f7a409460b4a40872efd34398ea4ebcf64c47 (diff)
downloadtdenetwork-f55fd652198eee4f0b3eaf4884364e141a6116c8.tar.gz
tdenetwork-f55fd652198eee4f0b3eaf4884364e141a6116c8.zip
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kopete/libkopete')
-rw-r--r--kopete/libkopete/kopeteaccount.h4
1 files changed, 2 insertions, 2 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