summaryrefslogtreecommitdiffstats
path: root/doc/faq/webbrowse.docbook
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-02-24 22:53:44 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-02-24 23:26:11 -0600
commitfc2650816b4b95f21750c53c0d45daeff31510d6 (patch)
tree7227267d1ba5acef3b86db06979667a13bebc7c5 /doc/faq/webbrowse.docbook
parentca1a4375014b6f78a06c74169a1285abbcbcd819 (diff)
downloadtdebase-fc2650816b4b95f21750c53c0d45daeff31510d6.tar.gz
tdebase-fc2650816b4b95f21750c53c0d45daeff31510d6.zip
Update tdebase cmake files with STARTKDE->STARTTDE.
Fix tdebase entities, text strings for future maintenance of handbook files. This partially resolves bug report 694. Update konqueror user agent strings. This partially resolves bug report 774. Update TDM help options. This resolves bug report 618. Fix KTips branding issues and obsolete web addresses. This resolves bug report 842.
Diffstat (limited to 'doc/faq/webbrowse.docbook')
-rw-r--r--doc/faq/webbrowse.docbook14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/faq/webbrowse.docbook b/doc/faq/webbrowse.docbook
index 5beab0376..1538744e9 100644
--- a/doc/faq/webbrowse.docbook
+++ b/doc/faq/webbrowse.docbook
@@ -4,7 +4,7 @@
<chapter id="webbrowser">
<title>Webbrowsing with &konqueror;</title>
-<para>&konqueror; is &kde;'s open source, standards compliant webbrowser.
+<para>&konqueror; is &tde;'s open source, standards compliant webbrowser.
It's home page is
<ulink
url="http://www.konqueror.org">http://www.konqueror.org</ulink> where a
@@ -14,13 +14,13 @@ url="http://www.konqueror.org">http://www.konqueror.org</ulink> where a
<qandaentry>
<question><para>Where does the name &konqueror; come from?</para></question>
-<answer><para>It's a word play on the other browsers' names. After the Navigator and the Explorer comes the Conqueror; it's spelled with a K to show that it's part of &kde;. The name change also moves away from <quote>kfm</quote> (the &kde; file manager, &konqueror;'s predecessor) which represented only file management.</para></answer>
+<answer><para>It's a word play on the other browsers' names. After the Navigator and the Explorer comes the Conqueror; it's spelled with a K to show that it's part of &tde;. The name change also moves away from <quote>kfm</quote> (the &tde; file manager, &konqueror;'s predecessor) which represented only file management.</para></answer>
</qandaentry>
<qandaentry>
-<question><para>Can I run &konqueror; without running &kde;?</para></question>
-<answer><para>Yes. Just install &Qt;, tdelibs and tdebase, and from your favorite window manager just launch &konqueror;. It should work just fine, but if it doesn't (&kde; developers don't test that case often), report it to http://bugs.kde.org and try running "tdeinit" before running &konqueror;, it usually helps.
-This is of course the same for any other &kde; application. </para>
+<question><para>Can I run &konqueror; without running &tde;?</para></question>
+<answer><para>Yes. Just install &Qt;, tdelibs and tdebase, and from your favorite window manager just launch &konqueror;. It should work just fine, but if it doesn't (&tde; developers don't test that case often), report it to http://bugs.kde.org and try running "tdeinit" before running &konqueror;, it usually helps.
+This is of course the same for any other &tde; application. </para>
</answer>
</qandaentry>
@@ -88,11 +88,11 @@ could cause this?</para></question>
support. Adding the following to <filename>/etc/profile</filename> or any
other script that is sourced on login should solve this problem:
<screen>
-export KDE_NO_IPV6=true
+export TDE_NO_IPV6=true
</screen>
for bourne compatible shells, and for C-style shells:
<screen>
-setenv KDE_NO_IPV6 true
+setenv TDE_NO_IPV6 true
</screen>
</para>
</answer>