diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:07 -0600 |
commit | 3ed7c09d22a5f310a97516f5bab6068e5688a813 (patch) | |
tree | 23ba07d28f7fad17824db1fc40e9cf1ad4942480 /kjsembed/docs/examples/index.html | |
parent | 3a8473ba2620b85b165b5a2fa1a6b153f5945800 (diff) | |
download | tdebindings-3ed7c09d22a5f310a97516f5bab6068e5688a813.tar.gz tdebindings-3ed7c09d22a5f310a97516f5bab6068e5688a813.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kjsembed/docs/examples/index.html')
-rw-r--r-- | kjsembed/docs/examples/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kjsembed/docs/examples/index.html b/kjsembed/docs/examples/index.html index 706f3fb2..03750beb 100644 --- a/kjsembed/docs/examples/index.html +++ b/kjsembed/docs/examples/index.html @@ -85,13 +85,13 @@ from a JS data structure, the other from the widget tree of a ui file.</td></tr> <tr><td><a href="netaccess">netaccess</a></td> <td>Illustrates the bindings to TDEIO::NetAccess.</td></tr> <tr><td><a href="listview">listview</a></td> -<td>Creates a simple KListView.</td></tr> +<td>Creates a simple TDEListView.</td></tr> <tr><td><a href="frame">frame</a></td> <td>Shows off TQFrame support and the use of enums.</td></tr> <tr><td><a href="timer">timer</a></td> <td>Creates a flashing LED using TQTimer.</td></tr> <tr><td><a href="actions">Actions</a></td> -<td>A simple KAction demo.</td></tr> +<td>A simple TDEAction demo.</td></tr> <tr><td><a href="builtins">Built-In Messages</a></td> <td>Demonstrates the built-in message dialogs.</td></tr> <tr><td><a href="imagetweak">Image Tweak</a></td> |