From 0f92dd542b65bc910caaf190b7c623aa5158c86a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 14 Nov 2011 22:33:41 -0600 Subject: Fix native TQt3 accidental conversion to tquit --- doc/html/qmenubar.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/qmenubar.html') 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 config, options, setup, settings or preferences Application Menu | Preferences If this entry is not found the Settings item will be disabled - tquit or exit + quit or exit Application Menu | Quit If this entry is not found a default Quit item will be -created to call TQApplication::tquit() +created to call TQApplication::quit()

menu/menu.cpp is an example of TQMenuBar and TQPopupMenu 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.

The number of insert functions may look confusing, but they are -actually tquite simple to use. +actually quite simple to use.

This default version inserts a menu item with the text text, the accelerator key accel, an id and an optional index and connects it to the slot member in the object receiver. -- cgit v1.2.1