diff options
Diffstat (limited to 'doc/man/man3/tqpopupmenu.3qt')
-rw-r--r-- | doc/man/man3/tqpopupmenu.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqpopupmenu.3qt b/doc/man/man3/tqpopupmenu.3qt index f0dd47470..4f72f36f0 100644 --- a/doc/man/man3/tqpopupmenu.3qt +++ b/doc/man/man3/tqpopupmenu.3qt @@ -11,7 +11,7 @@ TQPopupMenu \- Popup menu widget .SH SYNOPSIS \fC#include <tqpopupmenu.h>\fR .PP -Inherits QFrame and TQMenuData. +Inherits TQFrame and TQMenuData. .PP .SS "Public Members" .in +1c @@ -331,7 +331,7 @@ See also connectItem() and setItemParameter(). .SH "void TQPopupMenu::drawContents ( TQPainter * p )\fC [virtual protected]\fR" Draws all menu items using painter \fIp\fR. .PP -Reimplemented from QFrame. +Reimplemented from TQFrame. .SH "void TQPopupMenu::drawItem ( TQPainter * p, int tab_, TQMenuItem * mi, bool act, int x, int y, int w, int h )\fC [protected]\fR" Draws menu item \fImi\fR in the area \fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR, using painter \fIp\fR. The item is drawn active if \fIact\fR is TRUE or drawn inactive if \fIact\fR is FALSE. The rightmost \fItab_\fR pixels are used for accelerator text. .PP |