Branding cleanup: KDE -> TDE

pull/1/head
Darrell Anderson 12 years ago
parent 3114f2ac68
commit 317879f710

@ -140,7 +140,7 @@ OptionsDialog::OptionsDialog (TQWidget *parent)
if (kttsd != 0) { if (kttsd != 0) {
TQPixmap iconKttsd = KGlobal::iconLoader()->loadIcon("multimedia", KIcon::NoGroup, KIcon::SizeMedium); TQPixmap iconKttsd = KGlobal::iconLoader()->loadIcon("multimedia", KIcon::NoGroup, KIcon::SizeMedium);
TQGrid *pageKttsd = addGridPage (1, Qt::Horizontal, i18n("KTTSD Speech Service"), TQGrid *pageKttsd = addGridPage (1, Qt::Horizontal, i18n("KTTSD Speech Service"),
i18n("KDE Text-to-Speech Daemon Configuration"), iconKttsd); i18n("TDE Text-to-Speech Daemon Configuration"), iconKttsd);
kttsd->reparent(pageKttsd,0,TQPoint(0,0),true); kttsd->reparent(pageKttsd,0,TQPoint(0,0),true);
} }

@ -106,7 +106,7 @@ WordMap XMLParser::getList() {
/***************************************************************************/ /***************************************************************************/
KProgressDialog *progressDialog() { KProgressDialog *progressDialog() {
KProgressDialog *pdlg = new KProgressDialog(0, "progressDialog", i18n("Creating Word List"), i18n("Parsing the KDE documentation..."), false); KProgressDialog *pdlg = new KProgressDialog(0, "progressDialog", i18n("Creating Word List"), i18n("Parsing the TDE documentation..."), false);
pdlg->setAllowCancel (false); pdlg->setAllowCancel (false);
pdlg->showCancelButton (false); pdlg->showCancelButton (false);
pdlg->setAutoReset(false); pdlg->setAutoReset(false);
@ -288,7 +288,7 @@ WordMap mergeFiles (TQMap<TQString,int> files, KProgressDialog *pdlg) {
} }
WordMap parseKDEDoc (TQString language, KProgressDialog *pdlg) { WordMap parseKDEDoc (TQString language, KProgressDialog *pdlg) {
pdlg->setLabel (i18n("Parsing the KDE documentation...")); pdlg->setLabel (i18n("Parsing the TDE documentation..."));
pdlg->show(); pdlg->show();
tqApp->processEvents (20); tqApp->processEvents (20);

@ -61,7 +61,7 @@ KTTSDLib::~KTTSDLib()
TQString KTTSDLib::getName() const TQString KTTSDLib::getName() const
{ {
return "KDE KTTSD"; return "TDE KTTSD";
} }
@ -69,7 +69,7 @@ TQString KTTSDLib::getDescription() const
{ {
TQString str; TQString str;
str = i18n("<qt><big><u>Description:</u></big><br>"); str = i18n("<qt><big><u>Description:</u></big><br>");
str += i18n("This plugin uses the KDE TTS Daemon for speech output."); str += i18n("This plugin uses the TDE TTS Daemon for speech output.");
return str; return str;
} }

@ -86,7 +86,7 @@ int main (int argc, char *argv[])
#endif #endif
// The real work of KTTS Manager is done in the KControl Module kcmkttsd. // The real work of KTTS Manager is done in the KControl Module kcmkttsd.
KCMultiDialog dlg(KCMultiDialog::Plain, i18n("KDE Text-to-Speech Manager"), 0, "kttsmgrdlg", false); KCMultiDialog dlg(KCMultiDialog::Plain, i18n("TDE Text-to-Speech Manager"), 0, "kttsmgrdlg", false);
dlg.addModule("kcmkttsd"); dlg.addModule("kcmkttsd");
dlg.setIcon(KGlobal::iconLoader()->loadIcon("kttsd", KIcon::Small)); dlg.setIcon(KGlobal::iconLoader()->loadIcon("kttsd", KIcon::Small));

Loading…
Cancel
Save