diff options
author | Michele Calgaro <[email protected]> | 2024-05-15 12:40:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-15 12:40:12 +0900 |
commit | f55fd652198eee4f0b3eaf4884364e141a6116c8 (patch) | |
tree | 1632c549bf1d96ee3834fe3ec401131a2c4b20cb /kopete/protocols | |
parent | 3e0f7a409460b4a40872efd34398ea4ebcf64c47 (diff) | |
download | tdenetwork-f55fd652198eee4f0b3eaf4884364e141a6116c8.tar.gz tdenetwork-f55fd652198eee4f0b3eaf4884364e141a6116c8.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kopete/protocols')
-rw-r--r-- | kopete/protocols/msn/msncontact.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |