From 87f718054d89323f6c32b0c6a15d8ee18cf572df Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 21:03:46 -0600 Subject: Rename kiobuffer and KHTML --- kjsembed/docs/ChangeLog | 8 ++++---- kjsembed/docs/examples/README | 2 +- kjsembed/docs/examples/index.html | 2 +- kjsembed/docs/examples/readonlypart/README | 2 +- kjsembed/docs/examples/readwritepart/README | 2 +- kjsembed/docs/features.html | 2 +- kjsembed/docs/kjsembed-qsa.html | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) (limited to 'kjsembed/docs') 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. xmlgui Creates a complete KDE GUI shell using XMLGUI and KStdAction. readonlypart -A simple web browser that embeds KHTMLPart. +A simple web browser that embeds TDEHTMLPart. readwritepart Shows how to embed a read-write KPart. calc 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.

KDE Integration