Branding cleanup: KDE -> TDE

pull/1/head
Darrell Anderson 12 years ago
parent 50d27a5f40
commit 2319ca1129

@ -247,7 +247,7 @@ FloppyData::FloppyData(TQWidget * parent, const char * name)
lineedit = new KLineEdit( this, "Lineedit" );
// ### TODO ext2 supports 16 characters. Minix has not any label. UFS?
lineedit->setText(i18n( "Volume label, maximal 11 characters", "KDE Floppy" ) );
lineedit->setText(i18n( "Volume label, maximal 11 characters", "TDE Floppy" ) );
lineedit->setMaxLength(11);
h2->addWidget( lineedit, AlignRight );
TQWhatsThis::add( lineedit,
@ -344,7 +344,7 @@ void FloppyData::keyPressEvent(TQKeyEvent *e)
}
void FloppyData::show() {
setCaption(i18n("KDE Floppy Formatter"));
setCaption(i18n("TDE Floppy Formatter"));
KDialog::show();
}
@ -699,7 +699,7 @@ void FloppyData::readSettings(){
verifyconfig = config->readNumEntry("Verify", 1);
labelconfig = config->readNumEntry("CreateLabel",1);
labelnameconfig = config->readEntry( "Label", i18n("Volume label, maximal 11 characters", "KDE Floppy") );
labelnameconfig = config->readEntry( "Label", i18n("Volume label, maximal 11 characters", "TDE Floppy") );
quickformatconfig = config->readNumEntry("QuickFormat",0);
driveconfig = config->readEntry( "FloppyDrive", i18n("Primary") );
#if defined(ANY_LINUX)

@ -71,7 +71,7 @@ SonyConfig::SonyConfig(TQWidget * parent, const char *name)
"use the 'sonypid' program in your system").replace("\n", " "), this));
enableScrollBar = new TQCheckBox( i18n("Enable &scroll bar"), this );
TQToolTip::add( enableScrollBar, i18n( "When checked this box enables the scrollbar so that it works under KDE" ) );
TQToolTip::add( enableScrollBar, i18n( "When checked this box enables the scrollbar so that it works under TDE" ) );
top_layout->addWidget( enableScrollBar );
connect( enableScrollBar, TQT_SIGNAL(clicked()), this, TQT_SLOT(configChanged()) );

Loading…
Cancel
Save