From e42d9ec49f0ed6dd5d24912dd4641bb6489d05c0 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 22:29:33 -0500 Subject: Branding cleanup: KDE -> TDE --- kopete/kopete/contactlist/kopetecontactlistview.cpp | 6 +++--- kopete/kopete/kimiface.h | 10 +++++----- krfb/krfb/configuration.cc | 2 +- krfb/krfb/main.cpp | 4 ++-- ktalkd/kcmktalkd/soundpage.cpp | 2 +- 5 files changed, 12 insertions(+), 12 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 /** - * 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 @@ -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. */ diff --git a/krfb/krfb/configuration.cc b/krfb/krfb/configuration.cc index bf0e31a7..289c4cec 100644 --- a/krfb/krfb/configuration.cc +++ b/krfb/krfb/configuration.cc @@ -441,7 +441,7 @@ void Configuration::inviteEmail() { KApplication *app = KApplication::kApplication(); app->invokeMailer(TQString(), TQString(), TQString(), i18n("Desktop Sharing (VNC) invitation"), - i18n("You have been invited to a VNC session. If you have the KDE Remote " + i18n("You have been invited to a VNC session. If you have the TDE Remote " "Desktop Connection installed, just click on the link below.\n\n" "vnc://invitation:%1@%2:%3\n\n" "Otherwise you can use any VNC client with the following parameters:\n\n" diff --git a/krfb/krfb/main.cpp b/krfb/krfb/main.cpp index 0910b9d8..6c68272b 100644 --- a/krfb/krfb/main.cpp +++ b/krfb/krfb/main.cpp @@ -43,7 +43,7 @@ #define VERSION "1.0" static const char description[] = I18N_NOOP("VNC-compatible server to share " - "KDE desktops"); + "TDE desktops"); #define ARG_KINETD "kinetd" @@ -112,7 +112,7 @@ int main(int argc, char *argv[]) if (!kinetdA) { KMessageBox::error(0, i18n("Cannot find KInetD. " - "The KDE daemon (kded) may have crashed or has not been started at all, or the installation failed."), + "The TDE daemon (kded) may have crashed or has not been started at all, or the installation failed."), i18n("Desktop Sharing Error")); return 1; } diff --git a/ktalkd/kcmktalkd/soundpage.cpp b/ktalkd/kcmktalkd/soundpage.cpp index 5171269b..01351030 100644 --- a/ktalkd/kcmktalkd/soundpage.cpp +++ b/ktalkd/kcmktalkd/soundpage.cpp @@ -184,7 +184,7 @@ void KSoundPageConfig::sound_listDropEvent(TQDropEvent* e){ KMessageBox::sorry(this, i18n("This type of URL is currently unsupported "\ - "by the KDE system sound module."), + "by the TDE system sound module."), i18n("Unsupported URL")); } -- cgit v1.2.1