summaryrefslogtreecommitdiffstats
path: root/doc/html/qmenubar.html
diff options
context:
space:
mode:
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 fe899bda..f2072264 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>.