diff options
Diffstat (limited to 'kopete')
-rw-r--r-- | kopete/kopete/contactlist/kopetecontactlistview.cpp | 6 | ||||
-rw-r--r-- | kopete/kopete/kimiface.h | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/kopete/kopete/contactlist/kopetecontactlistview.cpp b/kopete/kopete/contactlist/kopetecontactlistview.cpp index 841f2574..200dfaf2 100644 --- a/kopete/kopete/contactlist/kopetecontactlistview.cpp +++ b/kopete/kopete/contactlist/kopetecontactlistview.cpp @@ -1445,13 +1445,13 @@ void KopeteContactListView::slotSendFile() if ( !emailAddr.isEmpty() ) kapp->invokeMailer( emailAddr, TQString() ); else - KMessageBox::queuedMessageBox( this, KMessageBox::Sorry, i18n( "There is no email address set for this contact in the KDE address book." ), i18n( "No Email Address in Address Book" ) ); + KMessageBox::queuedMessageBox( this, KMessageBox::Sorry, i18n( "There is no email address set for this contact in the TDE address book." ), i18n( "No Email Address in Address Book" ) ); } else - KMessageBox::queuedMessageBox( this, KMessageBox::Sorry, i18n( "This contact was not found in the KDE address book. Check that a contact is selected in the properties dialog." ), i18n( "Not Found in Address Book" ) ); + KMessageBox::queuedMessageBox( this, KMessageBox::Sorry, i18n( "This contact was not found in the TDE address book. Check that a contact is selected in the properties dialog." ), i18n( "Not Found in Address Book" ) ); } else - KMessageBox::queuedMessageBox( this, KMessageBox::Sorry, i18n( "This contact is not associated with a KDE address book entry, where the email address is stored. Check that a contact is selected in the properties dialog." ), i18n( "Not Found in Address Book" ) ); + KMessageBox::queuedMessageBox( this, KMessageBox::Sorry, i18n( "This contact is not associated with a TDE address book entry, where the email address is stored. Check that a contact is selected in the properties dialog." ), i18n( "Not Found in Address Book" ) ); } void KopeteContactListView::slotMoveToGroup() 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. */ |