summaryrefslogtreecommitdiffstats
path: root/doc/mac.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mac.doc')
-rw-r--r--doc/mac.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mac.doc b/doc/mac.doc
index 50a056506..d293b6ad2 100644
--- a/doc/mac.doc
+++ b/doc/mac.doc
@@ -237,7 +237,7 @@ will normally be automatic, however, if you have special needs the Qt/Mac
implementation currently selects a menubar by starting at the active window
(ie QApplication::activeWindow()), and applying:
-1) If the window has a QMenuBar then it is used.
+1) If the window has a TQMenuBar then it is used.
2) If the window is a modal then its menubar is used. If no menubar is
specified then a default menubar is used (as documented below)
3) If the window has no parent then the default menubar is used (as documented below).
@@ -245,7 +245,7 @@ implementation currently selects a menubar by starting at the active window
The above 3 steps are applied all the way up the parent window chain until
one of the above are satisifed. If all else fails a default menubar will be
created, the default menubar on Qt/Mac is an empty menubar, however you can
-create a different default menubar by creating a parentless QMenuBar, the
+create a different default menubar by creating a parentless TQMenuBar, the
first one created will thus be designated the default menubar, and will be
used whenever a default menubar is needed.