diff options
Diffstat (limited to 'doc/examples.html')
-rw-r--r-- | doc/examples.html | 4 |
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> |