summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kiconedit/kicon.cpp2
-rw-r--r--kiconedit/kiconcolors.cpp2
-rw-r--r--kiconedit/kiconconfig.cpp2
-rw-r--r--kiconedit/kiconeditslots.cpp4
-rw-r--r--kiconedit/kicongrid.cpp2
-rw-r--r--kiconedit/kicongrid.h2
-rw-r--r--kiconedit/properties.cpp2
-rw-r--r--kiconedit/utils.cpp2
-rw-r--r--kviewshell/kviewpart.cpp14
9 files changed, 16 insertions, 16 deletions
diff --git a/kiconedit/kicon.cpp b/kiconedit/kicon.cpp
index 9a4da93c..a69bf412 100644
--- a/kiconedit/kicon.cpp
+++ b/kiconedit/kicon.cpp
@@ -1,5 +1,5 @@
/*
- KDE Icon Editor - a small graphics drawing program for the KDE
+ TDE Icon Editor - a small graphics drawing program for the TDE
Copyright (C) 1998 Thomas Tanghus (tanghus@kde.org)
This program is free software; you can redistribute it and/or
diff --git a/kiconedit/kiconcolors.cpp b/kiconedit/kiconcolors.cpp
index 8e5daf84..6e0e2632 100644
--- a/kiconedit/kiconcolors.cpp
+++ b/kiconedit/kiconcolors.cpp
@@ -1,5 +1,5 @@
/*
- KDE Icon Editor - a small graphics drawing program for the KDE
+ TDE Icon Editor - a small graphics drawing program for the TDE
Copyright (C) 1998 Thomas Tanghus (tanghus@kde.org)
This program is free software; you can redistribute it and/or
diff --git a/kiconedit/kiconconfig.cpp b/kiconedit/kiconconfig.cpp
index 8755e0ac..207629b4 100644
--- a/kiconedit/kiconconfig.cpp
+++ b/kiconedit/kiconconfig.cpp
@@ -1,5 +1,5 @@
/*
- KDE Icon Editor - a small graphics drawing program for the KDE
+ TDE Icon Editor - a small graphics drawing program for the TDE
Copyright (C) 1998 Thomas Tanghus (tanghus@kde.org)
This program is free software; you can redistribute it and/or
diff --git a/kiconedit/kiconeditslots.cpp b/kiconedit/kiconeditslots.cpp
index e6b8fe67..f0c42eb3 100644
--- a/kiconedit/kiconeditslots.cpp
+++ b/kiconedit/kiconeditslots.cpp
@@ -1,5 +1,5 @@
/*
- KDE Icon Editor - a small graphics drawing program for the KDE
+ TDE Icon Editor - a small graphics drawing program for the TDE
Copyright (C) 1998 Thomas Tanghus (tanghus@kde.org)
This program is free software; you can redistribute it and/or
@@ -198,7 +198,7 @@ void KIconEdit::slotPrint()
if ( printer.setup(this, i18n("Print %1").arg(icon->url().section('/', -1))) )
{
int margin = 10, yPos = 0;
- printer.setCreator("KDE Icon Editor");
+ printer.setCreator("TDE Icon Editor");
TQPainter p;
p.begin( &printer );
diff --git a/kiconedit/kicongrid.cpp b/kiconedit/kicongrid.cpp
index 686238a0..ec097a90 100644
--- a/kiconedit/kicongrid.cpp
+++ b/kiconedit/kicongrid.cpp
@@ -1,5 +1,5 @@
/*
- KDE Icon Editor - a small graphics drawing program for the KDE.
+ TDE Icon Editor - a small graphics drawing program for the TDE.
Copyright (C) 1998 Thomas Tanghus (tanghus@kde.org)
Includes portions of code from TQt,
diff --git a/kiconedit/kicongrid.h b/kiconedit/kicongrid.h
index 1b153be4..0b1cbc83 100644
--- a/kiconedit/kicongrid.h
+++ b/kiconedit/kicongrid.h
@@ -1,5 +1,5 @@
/*
- KDE Icon Editor - a small graphics drawing program for the KDE.
+ TDE Icon Editor - a small graphics drawing program for the TDE.
Copyright (C) 1998 Thomas Tanghus (tanghus@kde.org)
This program is free software; you can redistribute it and/or
diff --git a/kiconedit/properties.cpp b/kiconedit/properties.cpp
index f2ff221a..53c5f5c4 100644
--- a/kiconedit/properties.cpp
+++ b/kiconedit/properties.cpp
@@ -1,5 +1,5 @@
/*
- KDE Icon Editor - a small graphics drawing program for the KDE
+ TDE Icon Editor - a small graphics drawing program for the TDE
Copyright (C) 1998 Thomas Tanghus (tanghus@kde.org)
This program is free software; you can redistribute it and/or
diff --git a/kiconedit/utils.cpp b/kiconedit/utils.cpp
index 375fa946..8efeb547 100644
--- a/kiconedit/utils.cpp
+++ b/kiconedit/utils.cpp
@@ -1,5 +1,5 @@
/*
- KDE Icon Editor - a small graphics drawing program for the KDE
+ TDE Icon Editor - a small graphics drawing program for the TDE
Copyright (C) 1998 Thomas Tanghus (tanghus@kde.org)
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("<qt><p><b>Problem:</b> The document <b>%1</b> cannot be shown.</p>"
"<p><b>Reason:</b> The software component <b>%2</b> 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.</p>"
+ "serious misconfiguration of your TDE system, or to damaged program files.</p>"
"<p><b>What you can do:</b> 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 <b>Report Bug...</b> in the "
- "<b>Help</b> menu helps you to contact the KDE programmers.</p></qt>").arg(m_file).arg(service->library());
+ "<b>Help</b> menu helps you to contact the TDE programmers.</p></qt>").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("<qt><p><b>Problem:</b> The document <b>%1</b> cannot be shown.</p>"
"<p><b>Reason:</b> The software "
"component <b>%2</b> which is required to display files of type <b>%3</b> 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.</p>"
"<p><b>What you can do:</b> 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 <b>Report Bug...</b> in the "
- "<b>Help</b> menu helps you to contact the KDE programmers.</p></qt>").arg(m_file).arg(service->library()).arg(mimetype->name());
+ "<b>Help</b> menu helps you to contact the TDE programmers.</p></qt>").arg(m_file).arg(service->library()).arg(mimetype->name());
TQString caption = i18n("Error Initializing Software Component");
if (reason.isEmpty())
KMessageBox::error(mainWidget, text, caption);