summaryrefslogtreecommitdiffstats
path: root/doc/html/qmenudata.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qmenudata.html')
-rw-r--r--doc/html/qmenudata.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qmenudata.html b/doc/html/qmenudata.html
index 80dfd8eb..5923d344 100644
--- a/doc/html/qmenudata.html
+++ b/doc/html/qmenudata.html
@@ -284,7 +284,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>.
@@ -619,7 +619,7 @@ object.
fileMenu-&gt;<a href="#insertItem">insertItem</a>( "Open Document", 67 ); // add "Open" item
fileMenu-&gt;<a href="#setAccel">setAccel</a>( CTRL + Key_O, 67 ); // Ctrl+O to open
fileMenu-&gt;<a href="#insertItem">insertItem</a>( "Quit", 69 ); // add "Quit" item
- fileMenu-&gt;<a href="#setAccel">setAccel</a>( CTRL + ALT + Key_Delete, 69 ); // add Alt+Del to tquit
+ fileMenu-&gt;<a href="#setAccel">setAccel</a>( CTRL + ALT + Key_Delete, 69 ); // add Alt+Del to quit
mainMenu-&gt;<a href="#insertItem">insertItem</a>( "File", fileMenu ); // add the file menu
</pre>