diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:31:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:31:43 -0600 |
commit | 24b85b785334e8436c975a4323fcbb75d61f6e72 (patch) | |
tree | 95703ced216baabc95ecb169839c6f302bbcc5af /kjsembed/docs/examples | |
parent | 5baaa6b5ff2b9d30279cf9e9658b9509fcdf884c (diff) | |
download | tdebindings-24b85b785334e8436c975a4323fcbb75d61f6e72.tar.gz tdebindings-24b85b785334e8436c975a4323fcbb75d61f6e72.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kjsembed/docs/examples')
-rw-r--r-- | kjsembed/docs/examples/README | 2 | ||||
-rw-r--r-- | kjsembed/docs/examples/index.html | 2 |
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> |