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
2 files changed, 2 insertions, 2 deletions
diff --git a/kjsembed/docs/examples/README b/kjsembed/docs/examples/README
index ce89dc9e..ec5e40da 100644
--- a/kjsembed/docs/examples/README
+++ b/kjsembed/docs/examples/README
@@ -44,7 +44,7 @@ qobject-dom Illustrates the TQObject DOM API.
connect-cpp Connects a signal to slot.
connect Connects signals of various types to JS methods.
imageviewer Illustrates the use of TQPixmap values.
-netaccess Illustrates the bindings to KIO::NetAccess.
+netaccess Illustrates the bindings to TDEIO::NetAccess.
listview Creates a simple KListView.
frame Shows off TQFrame support and the use of enums.
timer Creates a flashing LED using TQTimer.
diff --git a/kjsembed/docs/examples/index.html b/kjsembed/docs/examples/index.html
index 4b48cc31..ef7c81cc 100644
--- a/kjsembed/docs/examples/index.html
+++ b/kjsembed/docs/examples/index.html
@@ -83,7 +83,7 @@ from a JS data structure, the other from the widget tree of a ui file.</td></tr>
<tr><td><a href="imageviewer">imageviewer</a></td>
<td>Illustrates the use of TQPixmap values.</td></tr>
<tr><td><a href="netaccess">netaccess</a></td>
-<td>Illustrates the bindings to KIO::NetAccess.</td></tr>
+<td>Illustrates the bindings to TDEIO::NetAccess.</td></tr>
<tr><td><a href="listview">listview</a></td>
<td>Creates a simple KListView.</td></tr>
<tr><td><a href="frame">frame</a></td>