summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/kimiface.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-03 22:29:33 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-03 22:29:33 -0500
commite42d9ec49f0ed6dd5d24912dd4641bb6489d05c0 (patch)
tree2cbefea66c6f8c3549e324745eccdce51b2d704b /kopete/kopete/kimiface.h
parent5d3db12611ca010e875c155c58339889f1cd12e9 (diff)
downloadtdenetwork-e42d9ec49f0ed6dd5d24912dd4641bb6489d05c0.tar.gz
tdenetwork-e42d9ec49f0ed6dd5d24912dd4641bb6489d05c0.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kopete/kopete/kimiface.h')
-rw-r--r--kopete/kopete/kimiface.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/kopete/kimiface.h b/kopete/kopete/kimiface.h
index 9c5e4306..75ef7706 100644
--- a/kopete/kopete/kimiface.h
+++ b/kopete/kopete/kimiface.h
@@ -28,7 +28,7 @@
#include <kurl.h>
/**
- * Generic DCOP interface for KDE instant messenger applications
+ * Generic DCOP interface for TDE instant messenger applications
* Note one omission of this interface is the lack of control over the range of values used for protocols' names.
* @since 3.3
* @author Will Stephenson <lists@stevello.free-online.co.uk>
@@ -41,25 +41,25 @@ k_dcop:
// ACCESSORS
// contact list
/**
- * Obtain a list of IM-contactable entries in the KDE
+ * Obtain a list of IM-contactable entries in the TDE
* address book.
* @return a list of KABC uids.
*/
virtual TQStringList allContacts() = 0;
/**
- * Obtain a list of KDE address book entries who are
+ * Obtain a list of TDE address book entries who are
* currently reachable.
* @return a list of KABC uids who can receive a message, even if online.
*/
virtual TQStringList reachableContacts() = 0;
/**
- * Obtain a list of KDE address book entries who are
+ * Obtain a list of TDE address book entries who are
* currently online.
* @return a list of KABC uids who are online with unspecified presence.
*/
virtual TQStringList onlineContacts() = 0;
/**
- * Obtain a list of KDE address book entries who may
+ * Obtain a list of TDE address book entries who may
* receive file transfers.
* @return a list of KABC uids capable of file transfer.
*/