Fix remaining brandings in tdeedu.

Signed-off-by: Chris <xchrisx@uber.space>
pull/4/head
Chris 5 years ago
parent 55334cc0a0
commit 1fc730b7d0

@ -267,7 +267,7 @@ void Kanagram::paintEvent(TQPaintEvent *)
if(m_overAboutKDE)
{
p.drawPixmap(567, 213, *m_aboutKDEOverlay);
drawHelpText(p, i18n("About KDE"));
drawHelpText(p, i18n("About TDE"));
}
else
p.drawPixmap(567, 213, *m_aboutKDEOverlayOver);

@ -284,7 +284,7 @@
item in the File menu, or by pressing Ctrl+I. In addition, you can
run KStars from a command prompt with the "--dump" argument to save a
sky image to disk without even opening the program window. This can
be used to generate dynamic wallpaper for your KDE desktop.
be used to generate dynamic wallpaper for your TDE desktop.
</p>
</html>
</tip>

@ -496,7 +496,7 @@ void KWordQuizApp::slotFileOpen()
TQCheckBox * cb = new TQCheckBox(i18n("&Join selected files into one list"), 0, 0);
cb -> setChecked(false);
TQString filter = i18n("*.kvtml *.wql *.xml.gz *.csv|All Supported Documents\n*.kvtml|KDE Vocabulary Document\n*.wql|KWordQuiz Document\n*.xml.gz|Pauker Lesson\n*.csv|Comma-Separated Values");
TQString filter = i18n("*.kvtml *.wql *.xml.gz *.csv|All Supported Documents\n*.kvtml|TDE Vocabulary Document\n*.wql|KWordQuiz Document\n*.xml.gz|Pauker Lesson\n*.csv|Comma-Separated Values");
KFileDialog *fd = new KFileDialog(TQString(), filter, this, 0, true, cb);
fd -> setOperationMode(KFileDialog::Opening);
fd -> setMode(KFile::Files | KFile::ExistingOnly);
@ -584,7 +584,7 @@ bool KWordQuizApp::saveAsFileName( )
bool success = false;
TQString filter = i18n("*.kvtml|KDE Vocabulary Document\n*.wql|KWordQuiz Document\n*.csv|Comma-Separated Values\n*.html|Hypertext Markup Language");
TQString filter = i18n("*.kvtml|TDE Vocabulary Document\n*.wql|KWordQuiz Document\n*.csv|Comma-Separated Values\n*.html|Hypertext Markup Language");
KFileDialog *fd = new KFileDialog(TQString(), filter, this, 0, true);
fd -> setOperationMode(KFileDialog::Saving);
fd -> setCaption(i18n("Save Vocabulary Document As"));

Loading…
Cancel
Save