summaryrefslogtreecommitdiffstats
path: root/examples/action/application.doc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/action/application.doc')
-rw-r--r--examples/action/application.doc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/action/application.doc b/examples/action/application.doc
index f4eaaae44..8368a3d3a 100644
--- a/examples/action/application.doc
+++ b/examples/action/application.doc
@@ -1,20 +1,20 @@
/*
*/
-/*! \page qaction-application-example.html
+/*! \page tqaction-application-example.html
- \ingroup qaction-examples
+ \ingroup tqaction-examples
\title A Complete Application Window with Actions
- The QAction class provides a way of associating user input from different
+ The TQAction class provides a way of associating user input from different
user interface elements with abstract high level actions. This approach makes
it easy to customize applications for different types of users.
This example program is just like the
<a href="simple-application-example.html">application example</a>,
- but uses QAction to build the menu and the toolbar.
+ but uses TQAction to build the menu and the toolbar.
<hr>