summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 12:28:11 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 12:28:11 -0500
commitdc609a23cd52d860cc7a07605b77cce92b68c146 (patch)
tree4b5326c52ac96f293565c0d0c801ebded5e79d3c
parentdb084a1bc3b1fff61308e1762f11e10ca9671c70 (diff)
downloadtdebase-dc609a23.tar.gz
tdebase-dc609a23.zip
Branding cleanup: K Desktop -> Trinity Desktop
-rw-r--r--doc/khelpcenter/help.docbook2
-rw-r--r--doc/quickstart/index.docbook4
-rw-r--r--doc/userguide/panel-and-desktop.docbook2
-rw-r--r--kcontrol/ebrowsing/main.cpp6
-rwxr-xr-xkioslave/info/kde-info2html2
5 files changed, 8 insertions, 8 deletions
diff --git a/doc/khelpcenter/help.docbook b/doc/khelpcenter/help.docbook
index f73596e63..b42afebe8 100644
--- a/doc/khelpcenter/help.docbook
+++ b/doc/khelpcenter/help.docbook
@@ -213,7 +213,7 @@ entries:
<variablelist>
<varlistentry>
<term><guilabel>Introduction</guilabel></term>
-<listitem><para>Welcome to &tde; - an introduction to the K Desktop
+<listitem><para>Welcome to &tde; - an introduction to the Trinity Desktop
Environment.</para></listitem>
</varlistentry>
diff --git a/doc/quickstart/index.docbook b/doc/quickstart/index.docbook
index 25186eead..00c372fda 100644
--- a/doc/quickstart/index.docbook
+++ b/doc/quickstart/index.docbook
@@ -50,7 +50,7 @@ will familiarize you with some of the basic features of &tde;.
</para>
<para>
-This guide is far from covering all aspects of the K Desktop or even most
+This guide is far from covering all aspects of the Trinity Desktop or even most
of them. It will only describe some of the most basic ways to accomplish a few
of the most common tasks.
</para>
@@ -1138,7 +1138,7 @@ on if you choose <guimenuitem>Save</guimenuitem> from the
<title>&tde;, an exciting Journey</title>
<para>
-We hope you enjoyed this brief tour of the K Desktop environment and
+We hope you enjoyed this brief tour of the Trinity Desktop environment and
that this unique desktop environment will help you get your work done
faster and more comfortably than ever.
</para>
diff --git a/doc/userguide/panel-and-desktop.docbook b/doc/userguide/panel-and-desktop.docbook
index ad36985f6..a03026118 100644
--- a/doc/userguide/panel-and-desktop.docbook
+++ b/doc/userguide/panel-and-desktop.docbook
@@ -10,7 +10,7 @@ significance="preferred"><primary>Panel</primary></indexterm>
<indexterm
significance="preferred"><primary>&kicker;</primary></indexterm>
-<para>&kicker; is the application launcher panel of the K Desktop
+<para>&kicker; is the application launcher panel of the Trinity Desktop
Environment. By default, it appears along the bottom of the screen,
and takes up the whole of the width of the screen, but this is
configurable. &kicker; is something of a one-stop shop for (almost!)
diff --git a/kcontrol/ebrowsing/main.cpp b/kcontrol/ebrowsing/main.cpp
index a41ab92e3..7e259a26b 100644
--- a/kcontrol/ebrowsing/main.cpp
+++ b/kcontrol/ebrowsing/main.cpp
@@ -47,14 +47,14 @@ KURIFilterModule::KURIFilterModule(TQWidget *parent, const char *name, const TQS
filter = KURIFilter::self();
setQuickHelp( i18n("<h1>Enhanced Browsing</h1> In this module you can configure some enhanced browsing"
- " features of KDE. <h2>Internet Keywords</h2>Internet Keywords let you"
+ " features of TDE. <h2>Internet Keywords</h2>Internet Keywords let you"
" type in the name of a brand, a project, a celebrity, etc... and go to the"
" relevant location. For example you can just type"
- " \"KDE\" or \"K Desktop Environment\" in Konqueror to go to KDE's homepage."
+ " \"TDE\" or \"Trinity Desktop Environment\" in Konqueror to go to TDE's homepage."
"<h2>Web Shortcuts</h2>Web Shortcuts are a quick way of using Web search engines. For example, type \"altavista:frobozz\""
" or \"av:frobozz\" and Konqueror will do a search on AltaVista for \"frobozz\"."
" Even easier: just press Alt+F2 (if you have not"
- " changed this shortcut) and enter the shortcut in the KDE Run Command dialog."));
+ " changed this shortcut) and enter the shortcut in the TDE Run Command dialog."));
TQVBoxLayout *layout = new TQVBoxLayout(this);
diff --git a/kioslave/info/kde-info2html b/kioslave/info/kde-info2html
index 428d65dbb..df01ccedf 100755
--- a/kioslave/info/kde-info2html
+++ b/kioslave/info/kde-info2html
@@ -53,7 +53,7 @@ delete $ENV{ENV};
require $config_file; #-- configuration settings
my $STYLESHEET_KDE = "<link rel=\"stylesheet\" href=\"help:common/kde-default.css\" type=\"text/css\"/>";
-my $LOGO_KDE = "<img src=\"help:/common/kde_logo.png\" alt=\"KDE - The K Desktop Environment\" width=\"296\" height=\"79\" border=\"0\">";
+my $LOGO_KDE = "<img src=\"help:/common/kde_logo.png\" alt=\"TDE - The Trinity Desktop Environment\" width=\"296\" height=\"79\" border=\"0\">";
# the use of a query should make sure it never conflicts with a "real" path
my $BROWSE_BY_FILE_PATH = '/browse_by_file?special=yes';