summaryrefslogtreecommitdiffstats
path: root/doc/html/qmenubar.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-14 22:33:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-14 22:33:41 -0600
commit0f92dd542b65bc910caaf190b7c623aa5158c86a (patch)
tree120ab7e08fa0ffc354ef58d100f79a33c92aa6e6 /doc/html/qmenubar.html
parentd796c9dd933ab96ec83b9a634feedd5d32e1ba3f (diff)
downloadtqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.tar.gz
tqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.zip
Fix native TQt3 accidental conversion to tquit
Diffstat (limited to 'doc/html/qmenubar.html')
-rw-r--r--doc/html/qmenubar.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qmenubar.html b/doc/html/qmenubar.html
index fe899bdaa..f20722642 100644
--- a/doc/html/qmenubar.html
+++ b/doc/html/qmenubar.html
@@ -168,10 +168,10 @@ the Application Menu
<tr bgcolor="#d0d0d0"> <td valign="top">config, options, setup, settings or preferences
<td valign="top">Application Menu | Preferences
<td valign="top">If this entry is not found the Settings item will be disabled
-<tr bgcolor="#f0f0f0"> <td valign="top">tquit or exit
+<tr bgcolor="#f0f0f0"> <td valign="top">quit or exit
<td valign="top">Application Menu | Quit <application name>
<td valign="top">If this entry is not found a default Quit item will be
-created to call <a href="qapplication.html#tquit">TQApplication::tquit</a>()
+created to call <a href="qapplication.html#quit">TQApplication::quit</a>()
</table></center>
<p> <a href="menu-example.html">menu/menu.cpp</a> is an example of
TQMenuBar and <a href="qpopupmenu.html">TQPopupMenu</a> use.
@@ -260,7 +260,7 @@ even widgets into popup menus.
argument. Use this to insert submenus into existing menus or
pulldown menus into a menu bar.
<p> The number of insert functions may look confusing, but they are
-actually tquite simple to use.
+actually quite simple to use.
<p> This default version inserts a menu item with the text <em>text</em>,
the accelerator key <em>accel</em>, an id and an optional index and
connects it to the slot <em>member</em> in the object <em>receiver</em>.