diff options
Diffstat (limited to 'doc/html/tqmenubar.html')
-rw-r--r-- | doc/html/tqmenubar.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqmenubar.html b/doc/html/tqmenubar.html index 8ce0e0d52..8671430b9 100644 --- a/doc/html/tqmenubar.html +++ b/doc/html/tqmenubar.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQMenuBar class provides a horizontal menu bar. <a href="#details">More...</a> <p><tt>#include <<a href="tqmenubar-h.html">tqmenubar.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a> and <a href="tqmenudata.html">TQMenuData</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a> and <a href="tqmenudata.html">TQMenuData</a>. <p><a href="tqmenubar-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -217,10 +217,10 @@ Removes all menu items. <p>Examples: <a href="mdi-example.html#x2029">mdi/application.cpp</a> and <a href="qwerty-example.html#x370">qwerty/qwerty.cpp</a>. <h3 class=fn>void <a name="drawContents"></a>TQMenuBar::drawContents ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [virtual protected]</tt> </h3> -Called from <a href="ntqframe.html#paintEvent">TQFrame::paintEvent</a>(). Draws the menu bar contents +Called from <a href="tqframe.html#paintEvent">TQFrame::paintEvent</a>(). Draws the menu bar contents using painter <em>p</em>. -<p>Reimplemented from <a href="ntqframe.html#drawContents">TQFrame</a>. +<p>Reimplemented from <a href="tqframe.html#drawContents">TQFrame</a>. <h3 class=fn>int <a name="heightForWidth"></a>TQMenuBar::heightForWidth ( int max_width ) const<tt> [virtual]</tt> </h3> Returns the height that the menu would resize itself to if its |