diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:12:14 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:12:14 -0500 |
commit | 317879f7102e03789bed587a781356957975a6ca (patch) | |
tree | 1033306053211b9c5f6e75fb5311f059d694335a /kmouth/wordcompletion/wordlist.cpp | |
parent | 3114f2ac68698ef97d57a4ff1015ba2799cf2e5e (diff) | |
download | tdeaccessibility-317879f7102e03789bed587a781356957975a6ca.tar.gz tdeaccessibility-317879f7102e03789bed587a781356957975a6ca.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kmouth/wordcompletion/wordlist.cpp')
-rw-r--r-- | kmouth/wordcompletion/wordlist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmouth/wordcompletion/wordlist.cpp b/kmouth/wordcompletion/wordlist.cpp index 2e88852..6cb40d6 100644 --- a/kmouth/wordcompletion/wordlist.cpp +++ b/kmouth/wordcompletion/wordlist.cpp @@ -106,7 +106,7 @@ WordMap XMLParser::getList() { /***************************************************************************/ 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->showCancelButton (false); pdlg->setAutoReset(false); @@ -288,7 +288,7 @@ WordMap mergeFiles (TQMap<TQString,int> files, KProgressDialog *pdlg) { } WordMap parseKDEDoc (TQString language, KProgressDialog *pdlg) { - pdlg->setLabel (i18n("Parsing the KDE documentation...")); + pdlg->setLabel (i18n("Parsing the TDE documentation...")); pdlg->show(); tqApp->processEvents (20); |