summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/examples
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/docs/examples')
-rw-r--r--kjsembed/docs/examples/README2
-rw-r--r--kjsembed/docs/examples/index.html2
-rw-r--r--kjsembed/docs/examples/readonlypart/README2
-rw-r--r--kjsembed/docs/examples/readwritepart/README2
4 files changed, 4 insertions, 4 deletions
diff --git a/kjsembed/docs/examples/README b/kjsembed/docs/examples/README
index ec5e40da..2156b57d 100644
--- a/kjsembed/docs/examples/README
+++ b/kjsembed/docs/examples/README
@@ -11,7 +11,7 @@ combined to create useful tools.
ButtonMaker An application for creating buttons for web sites.
EnvelopeMaker An application for creating printed envelopes.
xmlgui Creates a complete KDE GUI shell using XMLGUI and KStdAction.
-readonlypart A simple web browser that embeds KHTMLPart.
+readonlypart A simple web browser that embeds TDEHTMLPart.
readwritepart Shows how to embed a read-write KPart.
calc A simple calculator application.
grepdialog Loads .ui files to provide a GUI for grep.
diff --git a/kjsembed/docs/examples/index.html b/kjsembed/docs/examples/index.html
index ef7c81cc..706f3fb2 100644
--- a/kjsembed/docs/examples/index.html
+++ b/kjsembed/docs/examples/index.html
@@ -23,7 +23,7 @@ can be combined to create useful tools.
<tr><td><a href="xmlgui">xmlgui</a></td>
<td>Creates a complete KDE GUI shell using XMLGUI and KStdAction.</td></tr>
<tr><td><a href="readonlypart">readonlypart</a></td>
-<td>A simple web browser that embeds KHTMLPart.</td></tr>
+<td>A simple web browser that embeds TDEHTMLPart.</td></tr>
<tr><td><a href="readwritepart">readwritepart</a></td>
<td>Shows how to embed a read-write KPart.</td></tr>
<tr><td><a href="calc">calc</a></td>
diff --git a/kjsembed/docs/examples/readonlypart/README b/kjsembed/docs/examples/readonlypart/README
index 41a5cf1a..33fdecc1 100644
--- a/kjsembed/docs/examples/readonlypart/README
+++ b/kjsembed/docs/examples/readonlypart/README
@@ -1,3 +1,3 @@
Shows how to load read only parts from a script. The example will load
-the URL specified on the command line into a KHTML part. If no URL is
+the URL specified on the command line into a TDEHTML part. If no URL is
specified then www.kde.org is loaded.
diff --git a/kjsembed/docs/examples/readwritepart/README b/kjsembed/docs/examples/readwritepart/README
index 41a5cf1a..33fdecc1 100644
--- a/kjsembed/docs/examples/readwritepart/README
+++ b/kjsembed/docs/examples/readwritepart/README
@@ -1,3 +1,3 @@
Shows how to load read only parts from a script. The example will load
-the URL specified on the command line into a KHTML part. If no URL is
+the URL specified on the command line into a TDEHTML part. If no URL is
specified then www.kde.org is loaded.