diff options
Diffstat (limited to 'doc/html/mac-differences.html')
-rw-r--r-- | doc/html/mac-differences.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/mac-differences.html b/doc/html/mac-differences.html index bdaa3ce28..432fd95da 100644 --- a/doc/html/mac-differences.html +++ b/doc/html/mac-differences.html @@ -255,7 +255,7 @@ into Mac native menubars. Fitting this into your existing TQt application will normally be automatic, however, if you have special needs the TQt/Mac implementation currently selects a menubar by starting at the active window (ie <a href="ntqapplication.html#activeWindow">TQApplication::activeWindow</a>()), and applying: -<p> 1) If the window has a <a href="ntqmenubar.html">TQMenuBar</a> then it is used. +<p> 1) If the window has a <a href="tqmenubar.html">TQMenuBar</a> 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). |