summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmenubar.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/tqmenubar.html
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqmenubar.html')
-rw-r--r--doc/html/tqmenubar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqmenubar.html b/doc/html/tqmenubar.html
index 16bfaf39f..ab9b7c4f9 100644
--- a/doc/html/tqmenubar.html
+++ b/doc/html/tqmenubar.html
@@ -215,7 +215,7 @@ Removes all menu items.
<p> <p>See also <a href="tqmenudata.html#removeItem">removeItem</a>() and <a href="tqmenudata.html#removeItemAt">removeItemAt</a>().
<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="ntqpainter.html">TQPainter</a>&nbsp;*&nbsp;p )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="drawContents"></a>TQMenuBar::drawContents ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p )<tt> [virtual protected]</tt>
</h3>
Called from <a href="ntqframe.html#paintEvent">TQFrame::paintEvent</a>(). Draws the menu bar contents
using painter <em>p</em>.