summaryrefslogtreecommitdiffstats
path: root/doc/examples.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:09:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:09:42 -0600
commit2df6bde18ab40472f2df8637cf6456cb80dc2329 (patch)
tree5a4362124ff46786fce835d2f1e7d583c92a5670 /doc/examples.html
parentbe6cfa4b990910e65e8d2f4f212eba3f7da6ee72 (diff)
downloadpytde-2df6bde18ab40472f2df8637cf6456cb80dc2329.tar.gz
pytde-2df6bde18ab40472f2df8637cf6456cb80dc2329.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'doc/examples.html')
-rw-r--r--doc/examples.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples.html b/doc/examples.html
index 7a2e337..c69a6bf 100644
--- a/doc/examples.html
+++ b/doc/examples.html
@@ -50,13 +50,13 @@ uisampler.py demonstrates a number of widgets and UI features of PyKDE.
<p>
For widgets, the panel on the right displays sample widgets. The widgets or other items for
display are selected from the tree view on the left. A number of the examples are UI related
-items like KAction, KXMLGUI releated things, etc.These use either menudemo.py or xmlmenudemo.py
+items like TDEAction, KXMLGUI releated things, etc.These use either menudemo.py or xmlmenudemo.py
to display examples of usage.
</p>
<h3>menudemo.py</h3>
<p>
menudemo.py is a simple menu based example "application" that does nothing, but displays
-a UI (toolbar, status bar, menus) constructed using KAction and related classes. It runs
+a UI (toolbar, status bar, menus) constructed using TDEAction and related classes. It runs
as part of uisampler.py or will run stand-alone.
</p>
<h3>xmlmenudemo.py</h3>