summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 21:03:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 21:03:46 -0600
commit87f718054d89323f6c32b0c6a15d8ee18cf572df (patch)
treefda21abec2bd9b3c2bbde864cddde07caa555e27 /kjsembed/docs
parentd581c9e95286acbc16b4c0edaee742e994d58d29 (diff)
downloadtdebindings-87f718054d89323f6c32b0c6a15d8ee18cf572df.tar.gz
tdebindings-87f718054d89323f6c32b0c6a15d8ee18cf572df.zip
Rename kiobuffer and KHTML
Diffstat (limited to 'kjsembed/docs')
-rw-r--r--kjsembed/docs/ChangeLog8
-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
-rw-r--r--kjsembed/docs/features.html2
-rw-r--r--kjsembed/docs/kjsembed-qsa.html2
7 files changed, 10 insertions, 10 deletions
diff --git a/kjsembed/docs/ChangeLog b/kjsembed/docs/ChangeLog
index 1fb28d23..6212bcf7 100644
--- a/kjsembed/docs/ChangeLog
+++ b/kjsembed/docs/ChangeLog
@@ -1061,7 +1061,7 @@
2004-05-03 Monday 21:21 rich
- - Added support for a few KHTMLPart method to the custom bindings.
+ - Added support for a few TDEHTMLPart method to the custom bindings.
- Added a simple example of embedding the engine. This will be used
by the embedding tutorial i'm working on. The example is based on
@@ -1341,7 +1341,7 @@
Added support for the setSpacing method of TQHBox.
- Converted the docviewer example to use the KHTML streaming API and made it
+ Converted the docviewer example to use the TDEHTML streaming API and made it
work properly.
2004-04-10 Saturday 17:24 rich
@@ -1425,7 +1425,7 @@
2004-03-17 Wednesday 11:48 faure
- Lazy loading - don't slow down the loading of every KHTMLPart in Konqueror.
+ Lazy loading - don't slow down the loading of every TDEHTMLPart in Konqueror.
OKayed by Rich.
2004-03-05 Friday 16:29 jowenn
@@ -3325,7 +3325,7 @@
- Added support for creating read-only KParts.
- - Added an example that displays the KDE homepage in a KHTMLPart. This
+ - Added an example that displays the KDE homepage in a TDEHTMLPart. This
example also shows the use of the main window bindings.
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.
diff --git a/kjsembed/docs/features.html b/kjsembed/docs/features.html
index ae6f0b7b..64b47d75 100644
--- a/kjsembed/docs/features.html
+++ b/kjsembed/docs/features.html
@@ -24,7 +24,7 @@ This document is a high-level summary of the feature set of KJSEmbed.
<h2>KDE Integration</h2>
<ul>
-<li>Create KParts from scripts (including KHTMLPart).
+<li>Create KParts from scripts (including TDEHTMLPart).
<li>Create KAction classes.
<li>Support for KDE's XMLGUI framework.
<li>Create any KDE widget supported by the KDE designer plugin (and a few
diff --git a/kjsembed/docs/kjsembed-qsa.html b/kjsembed/docs/kjsembed-qsa.html
index 9355c268..a9787600 100644
--- a/kjsembed/docs/kjsembed-qsa.html
+++ b/kjsembed/docs/kjsembed-qsa.html
@@ -30,7 +30,7 @@ differences between the two libraries.
does not support these types by default, but does provide facilities
for adding support yourself.</li>
- <li>KJSEmbed can access the DOM from a KHTML part so it can work
+ <li>KJSEmbed can access the DOM from a TDEHTML part so it can work
nicely with HTML and XML documents. Note that this binding is only
available if the host application chooses to publish the DOM to the
interpreter.</li>