summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqpopupmenu.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqpopupmenu.3qt')
-rw-r--r--doc/man/man3/tqpopupmenu.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqpopupmenu.3qt b/doc/man/man3/tqpopupmenu.3qt
index c81f1dc78..48e603fd3 100644
--- a/doc/man/man3/tqpopupmenu.3qt
+++ b/doc/man/man3/tqpopupmenu.3qt
@@ -205,10 +205,10 @@ Inherits QFrame and TQMenuData.
.BI "int \fBitemHeight\fR ( TQMenuItem * mi ) const"
.br
.ti -1c
-.BI "void \fBdrawItem\fR ( QPainter * p, int tab_, TQMenuItem * mi, bool act, int x, int y, int w, int h )"
+.BI "void \fBdrawItem\fR ( TQPainter * p, int tab_, TQMenuItem * mi, bool act, int x, int y, int w, int h )"
.br
.ti -1c
-.BI "virtual void \fBdrawContents\fR ( QPainter * p )"
+.BI "virtual void \fBdrawContents\fR ( TQPainter * p )"
.br
.ti -1c
.BI "int \fBcolumns\fR () const"
@@ -328,11 +328,11 @@ Disconnects the \fIreceiver\fR's \fImember\fR from the menu item with identifier
All connections are removed when the menu data object is destroyed.
.PP
See also connectItem() and setItemParameter().
-.SH "void TQPopupMenu::drawContents ( QPainter * p )\fC [virtual protected]\fR"
+.SH "void TQPopupMenu::drawContents ( TQPainter * p )\fC [virtual protected]\fR"
Draws all menu items using painter \fIp\fR.
.PP
Reimplemented from QFrame.
-.SH "void TQPopupMenu::drawItem ( QPainter * p, int tab_, TQMenuItem * mi, bool act, int x, int y, int w, int h )\fC [protected]\fR"
+.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
See also TQStyle::drawControl().