Replace KDE_DEPRECATED with TDE_DEPRECATED

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/80/head
Michele Calgaro 6 months ago
parent 3e0f7a4094
commit f55fd65219
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -540,13 +540,13 @@ public:
* @todo remove * @todo remove
* @deprecated use configGroup * @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 * @todo remove
* @deprecated use configGroup * @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 } //END namespace Kopete

@ -110,7 +110,7 @@ public:
/** /**
* Rename contact on server * 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 * Returns the MSN Message Manager associated with this contact

Loading…
Cancel
Save