summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/kimiface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/kimiface.h')
-rw-r--r--kopete/kopete/kimiface.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/kopete/kimiface.h b/kopete/kopete/kimiface.h
index 970d9698..8d00c0b0 100644
--- a/kopete/kopete/kimiface.h
+++ b/kopete/kopete/kimiface.h
@@ -106,8 +106,8 @@ k_dcop:
/**
* Get the KABC uid corresponding to the supplied IM address
* Protocols should be
- * @param contactId the protocol specific identifier for the contact, eg UIN for ICQ, screenname for AIM, nick for IRC.
- * @param protocol the protocol, eg one of "AIMProtocol", "ICQProtocol",
+ * @param contactId the protocol specific identifier for the contact, eg UIN for ICQ, nick for IRC.
+ * @param protocol the protocol, eg one of "ICQProtocol",
* @return a KABC uid or null if none found/
*/
virtual TQString locate( const TQString & contactId, const TQString & protocol ) = 0;
@@ -166,8 +166,8 @@ k_dcop:
// Contact list
/**
* Add a contact to the contact list
- * @param contactId the protocol specific identifier for the contact, eg UIN for ICQ, screenname for AIM, nick for IRC.
- * @param protocol the protocol, eg one of "AIMProtocol", "ICQProtocol", ...
+ * @param contactId the protocol specific identifier for the contact, eg UIN for ICQ, nick for IRC.
+ * @param protocol the protocol, eg one of "ICQProtocol",...
* @return whether the add succeeded. False may signal already present, protocol not supported, or add operation not supported.
*/
virtual bool addContact( const TQString &contactId, const TQString &protocol ) = 0;