Branding cleanup: KDE -> TDE

pull/21/head
Darrell Anderson 12 years ago
parent 3e8a711f8d
commit 82bb5a6d63

@ -63,7 +63,7 @@ KABConfigWidget::KABConfigWidget( TQWidget *parent, const char *name )
TQBoxLayout *boxLayout = new TQVBoxLayout( groupBox->layout() );
boxLayout->setAlignment( TQt::AlignTop );
mViewsSingleClickBox = new TQCheckBox( i18n( "Honor KDE single click" ), groupBox, "msingle" );
mViewsSingleClickBox = new TQCheckBox( i18n( "Honor TDE single click" ), groupBox, "msingle" );
boxLayout->addWidget( mViewsSingleClickBox );
mNameParsing = new TQCheckBox( i18n( "Automatic name parsing for new addressees" ), groupBox, "mparse" );

@ -490,7 +490,7 @@ void MobileGui::readKabc()
warnKabState( LOADED );
emit statusMessage( i18n( "Reading KDE address book..." ) );
emit statusMessage( i18n( "Reading TDE address book..." ) );
mSyncer->mKabEntries.clear();
@ -640,7 +640,7 @@ void MobileGui::readKabc()
// Display KAB entries
updateKabBook();
emit transienStatusMessage( i18n( "Read KDE address book." ) );
emit transienStatusMessage( i18n( "Read TDE address book." ) );
setKabState( LOADED );
}
@ -948,7 +948,7 @@ void MobileGui::writeKabc()
addressBook->save( ticket );
emit transienStatusMessage( i18n( "Wrote KDE address book." ) );
emit transienStatusMessage( i18n( "Wrote TDE address book." ) );
setKabState( LOADED );
}
@ -1272,7 +1272,7 @@ void MobileGui::mergePhonebooks()
//
// Put KDE Address Book list into Common List
// Put TDE Address Book list into Common List
//
for ( i = 0; i < mSyncer->mKabEntries.count(); i++ )
@ -1325,7 +1325,7 @@ void MobileGui::mergePhonebooks()
switch ( msg->exec() ) {
case 1:
// Use KDE Address Book Entry
// Use TDE Address Book Entry
mobileEntry->mPhone = theCommonEntry->mKabEntry->mPhone;
mobileEntry->mName = theCommonEntry->mKabEntry->mName;
mobileEntry->mOn = true;
@ -1526,19 +1526,19 @@ void MobileGui::setKabState( ABState newState )
{
switch ( mKabState ) {
case UNLOADED:
groupBox3->setTitle( tr2i18n( "KDE Address Book" ) );
groupBox3->setTitle( tr2i18n( "TDE Address Book" ) );
mReadKabButton->setEnabled( true );
PushButton8->setEnabled( false );
break;
case LOADED:
if ( newState == MODIFIED ) {
groupBox3->setTitle( tr2i18n( "KDE Address Book (modified)" ) );
groupBox3->setTitle( tr2i18n( "TDE Address Book (modified)" ) );
mReadKabButton->setEnabled( true );
PushButton8->setEnabled( true );
} else
if ( newState == UNLOADED ) {
groupBox3->setTitle( tr2i18n( "KDE Address Book" ) );
groupBox3->setTitle( tr2i18n( "TDE Address Book" ) );
mReadKabButton->setEnabled( true );
PushButton8->setEnabled( false );
}
@ -1546,7 +1546,7 @@ void MobileGui::setKabState( ABState newState )
case MODIFIED:
if ( newState != MODIFIED ) {
groupBox3->setTitle( tr2i18n( "KDE Address Book" ) );
groupBox3->setTitle( tr2i18n( "TDE Address Book" ) );
mReadKabButton->setEnabled( true );
PushButton8->setEnabled( false );
}
@ -1561,7 +1561,7 @@ void MobileGui::warnKabState( ABState newState )
{
if ( ( mKabState == MODIFIED ) && ( newState != MODIFIED ) ) {
TQString text = "<qt><b>" + i18n( "Warning" ) + "</b><br>";
text += i18n( "The KDE address book contains unsaved changes." ) +
text += i18n( "The TDE address book contains unsaved changes." ) +
"<br></qt>";
TQMessageBox *msg = new TQMessageBox( i18n( "Unsaved Changes" ), text,

@ -361,7 +361,7 @@ bool kio_sieveProtocol::connect(bool useTLSIfAvailable)
// Attempt to start TLS
if ( !m_allowUnencrypted && !canUseTLS() ) {
error( ERR_SLAVE_DEFINED, i18n("Can not use TLS. Please enable TLS in the KDE cryptography setting.") );
error( ERR_SLAVE_DEFINED, i18n("Can not use TLS. Please enable TLS in the TDE cryptography setting.") );
disconnect();
return false;
}

@ -66,9 +66,9 @@ AboutPage::AboutPage( TQWidget *parent )
part->begin( KURL( location ) );
TQString appName( i18n( "KDE KitchenSync" ) );
TQString appName( i18n( "TDE KitchenSync" ) );
TQString catchPhrase( i18n( "Get Synchronized!" ) );
TQString quickDescription( i18n( "The KDE Synchronization Tool" ) );
TQString quickDescription( i18n( "The TDE Synchronization Tool" ) );
part->write( content.arg( TQFont().pointSize() + 2 ).arg( appName )
.arg( catchPhrase ).arg( quickDescription ).arg( htmlText() ) );

@ -51,7 +51,7 @@ TQString MemberInfo::name() const
if ( nameMap.isEmpty() ) {
nameMap.insert( "file-sync", i18n( "File" ) );
nameMap.insert( "palm-sync", i18n( "Palm" ) );
nameMap.insert( "tdepim-sync", i18n( "KDE PIM" ) );
nameMap.insert( "tdepim-sync", i18n( "TDE PIM" ) );
nameMap.insert( "kio-sync", i18n( "Remote File" ) );
nameMap.insert( "irmc-sync", i18n( "Mobile Phone" ) );
nameMap.insert( "evo2-sync", i18n( "Evolution" ) );

@ -1324,7 +1324,7 @@ void KMReaderWin::displayAboutPage()
{
TQString info =
i18n("%1: KMail version; %2: help:// URL; %3: homepage URL; "
"%4: prior KMail version; %5: prior KDE version; "
"%4: prior KMail version; %5: prior TDE version; "
"%6: generated list of new features; "
"%7: First-time user text (only shown on first start); "
"%8: generated list of important changes; "
@ -1339,7 +1339,7 @@ void KMReaderWin::displayAboutPage()
"new versions of KMail</li></ul>\n"
"%8\n" // important changes
"<p>Some of the new features in this release of KMail include "
"(compared to KMail %4, which is part of KDE %5):</p>\n"
"(compared to KMail %4, which is part of TDE %5):</p>\n"
"<ul>\n%6</ul>\n"
"%7\n"
"<p>We hope that you will enjoy KMail.</p>\n"
@ -1348,7 +1348,7 @@ void KMReaderWin::displayAboutPage()
.arg(KMAIL_VERSION) // KMail version
.arg("help:/kmail/index.html") // KMail help:// URL
.arg("http://kontact.kde.org/kmail/") // KMail homepage URL
.arg("1.8").arg("3.4"); // prior KMail and KDE version
.arg("1.8").arg("3.4"); // prior KMail and TDE version
TQString featureItems;
for ( int i = 0 ; i < numKMailNewFeatures ; i++ )

@ -602,7 +602,7 @@ void KMobileProtocol::listDir(const KURL &url)
PRINT_DEBUG << TQString("listDir(%1)\n").arg(url.path());
if (!m_dev.isKMobileAvailable()) {
error( KIO::ERR_CONNECTION_BROKEN, i18n("KDE Mobile Device Manager") );
error( KIO::ERR_CONNECTION_BROKEN, i18n("TDE Mobile Device Manager") );
return;
}

@ -103,7 +103,7 @@ KNotesApp::KNotesApp()
// create the dock widget...
KWin::setSystemTrayWindowFor( winId(), tqt_xrootwin() );
TQToolTip::add( this, i18n( "KNotes: Sticky notes for KDE" ) );
TQToolTip::add( this, i18n( "KNotes: Sticky notes for TDE" ) );
setBackgroundMode( X11ParentRelative );
setPixmap( KSystemTray::loadSizedIcon( "knotes", TQWidget::width() ) );

@ -298,9 +298,9 @@ void MainWindow::paintAboutScreen( const TQString& msg )
mIntroPart->begin( KURL( location ) );
TQString appName( i18n( "KDE Kontact" ) );
TQString appName( i18n( "TDE Kontact" ) );
TQString catchPhrase( i18n( "Get Organized!" ) );
TQString quickDescription( i18n( "The KDE Personal Information Management Suite" ) );
TQString quickDescription( i18n( "The TDE Personal Information Management Suite" ) );
mIntroPart->write( content.arg( TQFont().pointSize() + 2 ).arg( appName )
.arg( catchPhrase ).arg( quickDescription ).arg( msg ) );

@ -46,7 +46,7 @@ OverViewPage::OverViewPage( TQWidget *parent, const char *name )
TQGridLayout *layout = new TQGridLayout( this, 7, 4, KDialog::marginHint(),
KDialog::spacingHint() );
const TQString msg = i18n( "KDE Groupware Wizard" );
const TQString msg = i18n( "TDE Groupware Wizard" );
TQLabel *label = new TQLabel( "<qt><b><u><h2>" + msg + "</h2></u></b></qt>" , this );
layout->addMultiCellWidget( label, 0, 0, 0, 2 );
@ -58,7 +58,7 @@ OverViewPage::OverViewPage( TQWidget *parent, const char *name )
layout->addWidget( label, 1, 0 );
layout->setRowSpacing( 1, 20 );
label = new TQLabel( i18n( "Select the type of server you want connect your KDE to:" ), this );
label = new TQLabel( i18n( "Select the type of server you want TDE to connect:" ), this );
layout->addMultiCellWidget( label, 2, 2, 0, 3 );
TQPushButton *button;

Loading…
Cancel
Save