Branding cleanup: KDE -> TDE

pull/1/head
Darrell Anderson 12 years ago
parent 5d3db12611
commit e42d9ec49f

@ -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()

@ -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.
*/

@ -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"

@ -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;
}

@ -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"));
}

Loading…
Cancel
Save