summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmenubar.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqmenubar.3qt')
-rw-r--r--doc/man/man3/tqmenubar.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqmenubar.3qt b/doc/man/man3/tqmenubar.3qt
index 394dad78e..17b5cd547 100644
--- a/doc/man/man3/tqmenubar.3qt
+++ b/doc/man/man3/tqmenubar.3qt
@@ -11,7 +11,7 @@ TQMenuBar \- Horizontal menu bar
.SH SYNOPSIS
\fC#include <tqmenubar.h>\fR
.PP
-Inherits QFrame and TQMenuData.
+Inherits TQFrame and TQMenuData.
.PP
.SS "Public Members"
.in +1c
@@ -254,9 +254,9 @@ See also removeItem() and removeItemAt().
Examples:
.)l mdi/application.cpp and qwerty/qwerty.cpp.
.SH "void TQMenuBar::drawContents ( TQPainter * p )\fC [virtual protected]\fR"
-Called from QFrame::paintEvent(). Draws the menu bar contents using painter \fIp\fR.
+Called from TQFrame::paintEvent(). Draws the menu bar contents using painter \fIp\fR.
.PP
-Reimplemented from QFrame.
+Reimplemented from TQFrame.
.SH "int TQMenuBar::heightForWidth ( int max_width ) const\fC [virtual]\fR"
Returns the height that the menu would resize itself to if its parent (and hence itself) resized to the given \fImax_width\fR. This can be useful for simple layout tasks in which the height of the menu bar is needed after items have been inserted. See showimg/showimg.cpp for an example of the usage.
.PP