From 14b75e943ab94f87e0361800ef61a637294d85e5 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 22:24:23 -0500 Subject: Branding cleanup: KDE -> TDE --- kviewshell/kviewpart.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kviewshell') diff --git a/kviewshell/kviewpart.cpp b/kviewshell/kviewpart.cpp index 5ff8ba44..d9c4fb38 100644 --- a/kviewshell/kviewpart.cpp +++ b/kviewshell/kviewpart.cpp @@ -150,12 +150,12 @@ KViewPart::KViewPart(TQWidget *parentWidget, const char *widgetName, TQObject *p TQString text = i18n("

Problem: The document %1 cannot be shown.

" "

Reason: The software component %2 which is required to " "display your files could not be initialized. This could point to " - "serious misconfiguration of your KDE system, or to damaged program files.

" + "serious misconfiguration of your TDE system, or to damaged program files.

" "

What you can do: You could try to re-install the software packages in " "question. If that does not help, you could file an error report, either to the " "provider of your software (e.g. the vendor of your Linux distribution), or " "directly to the authors of the software. The entry Report Bug... in the " - "Help menu helps you to contact the KDE programmers.

").arg(m_file).arg(service->library()); + "Help menu helps you to contact the TDE programmers.

").arg(m_file).arg(service->library()); TQString caption = i18n("Error Initializing Software Component"); KMessageBox::detailedError(mainWidget, text, reason, caption); emit setStatusBarText(TQString()); @@ -492,7 +492,7 @@ TQStringList KViewPart::supportedMimeTypes() // The kviewshell is also able to read compressed files and to // uncompress them on the fly. - // Check if this version of KDE supports bzip2 + // Check if this version of TDE supports bzip2 bool bzip2Available = (KFilterBase::findFilterByMimeType( "application/x-bzip2" ) != 0L); supportedMimeTypes << "application/x-gzip"; @@ -544,9 +544,9 @@ TQStringList KViewPart::fileFormats() const // uncompress them on the fly. Thus, we modify the list of supported // file formats which we obtain from the multipages to include // compressed files like "*.dvi.gz". We add "*.dvi.bz2" if support - // for bzip2 is compiled into KDE. + // for bzip2 is compiled into TDE. - // Check if this version of KDE supports bzip2 + // Check if this version of TDE supports bzip2 bool bzip2Available = (KFilterBase::findFilterByMimeType( "application/x-bzip2" ) != 0L); TQStringList compressedPattern; @@ -826,13 +826,13 @@ bool KViewPart::openFile() TQString text = i18n("

Problem: The document %1 cannot be shown.

" "

Reason: The software " "component %2 which is required to display files of type %3 could " - "not be initialized. This could point to serious misconfiguration of your KDE " + "not be initialized. This could point to serious misconfiguration of your TDE " "system, or to damaged program files.

" "

What you can do: You could try to re-install the software packages in " "question. If that does not help, you could file an error report, either to the " "provider of your software (e.g. the vendor of your Linux distribution), or " "directly to the authors of the software. The entry Report Bug... in the " - "Help menu helps you to contact the KDE programmers.

").arg(m_file).arg(service->library()).arg(mimetype->name()); + "Help menu helps you to contact the TDE programmers.

").arg(m_file).arg(service->library()).arg(mimetype->name()); TQString caption = i18n("Error Initializing Software Component"); if (reason.isEmpty()) KMessageBox::error(mainWidget, text, caption); -- cgit v1.2.1