summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsizegrip.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqsizegrip.3qt')
-rw-r--r--doc/man/man3/tqsizegrip.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqsizegrip.3qt b/doc/man/man3/tqsizegrip.3qt
index bff19bf88..3d50f7bbb 100644
--- a/doc/man/man3/tqsizegrip.3qt
+++ b/doc/man/man3/tqsizegrip.3qt
@@ -31,10 +31,10 @@ Inherits TQWidget.
.BI "virtual void \fBpaintEvent\fR ( TQPaintEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBmousePressEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBmousePressEvent\fR ( TQMouseEvent * e )"
.br
.ti -1c
-.BI "virtual void \fBmouseMoveEvent\fR ( QMouseEvent * e )"
+.BI "virtual void \fBmouseMoveEvent\fR ( TQMouseEvent * e )"
.br
.in -1c
.SH DESCRIPTION
@@ -57,11 +57,11 @@ See also TQStatusBar, Widget Appearance and Style, Main Window and Related Class
Constructs a resize corner called \fIname\fR, as a child widget of \fIparent\fR.
.SH "TQSizeGrip::~TQSizeGrip ()"
Destroys the size grip.
-.SH "void TQSizeGrip::mouseMoveEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQSizeGrip::mouseMoveEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
Resizes the top-level widget containing this widget. The event is in \fIe\fR.
.PP
Reimplemented from TQWidget.
-.SH "void TQSizeGrip::mousePressEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQSizeGrip::mousePressEvent ( TQMouseEvent * e )\fC [virtual protected]\fR"
Primes the resize operation. The event is in \fIe\fR.
.PP
Reimplemented from TQWidget.