diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:01:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:01:13 -0600 |
commit | e087f4bae70208de4f9c6a60816c5f3738c4b47c (patch) | |
tree | 124f334b4cbfdaa7e0ef4013378c2c8f4de97b5f /doc/examples.html | |
parent | 6f927e3813af49a237670d3b42366a43c126b0a9 (diff) | |
download | pytde-e087f4bae70208de4f9c6a60816c5f3738c4b47c.tar.gz pytde-e087f4bae70208de4f9c6a60816c5f3738c4b47c.zip |
Rename kiobuffer and KHTML
Diffstat (limited to 'doc/examples.html')
-rw-r--r-- | doc/examples.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples.html b/doc/examples.html index 0857d79..800508d 100644 --- a/doc/examples.html +++ b/doc/examples.html @@ -83,9 +83,9 @@ The output will vary with KDE version running or from machine to machine. </p> -<h2>pyKHTMLPart.py</h2> +<h2>pyTDEHTMLPart.py</h2> <p> -pyKHTMLPart.py demonstrates importing KHTMLPart as a KPart. +pyTDEHTMLPart.py demonstrates importing TDEHTMLPart as a KPart. </p> <img src="images/tdehtmlpart.png" border=0> <p> @@ -96,7 +96,7 @@ connection is active). <p> The program is not designed as a complete browser example, and none of the links are "clickable" (it wouldn't be hard to extend it to do this however - see the -KHTMLPart docs). +TDEHTMLPart docs). </p> <h2>systray.py</h2> |