summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqglwidget.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqglwidget.3qt')
-rw-r--r--doc/man/man3/tqglwidget.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqglwidget.3qt b/doc/man/man3/tqglwidget.3qt
index dd488509..3184766d 100644
--- a/doc/man/man3/tqglwidget.3qt
+++ b/doc/man/man3/tqglwidget.3qt
@@ -127,7 +127,7 @@ Inherits TQWidget and TQGL.
.BI "virtual void \fBpaintEvent\fR ( TQPaintEvent * )"
.br
.ti -1c
-.BI "virtual void \fBresizeEvent\fR ( QResizeEvent * )"
+.BI "virtual void \fBresizeEvent\fR ( TQResizeEvent * )"
.br
.ti -1c
.BI "virtual void \fBglInit\fR ()"
@@ -448,7 +448,7 @@ Note: This function only works reliably with ASCII strings.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
\fIx\fR, \fIy\fR and \fIz\fR are specified in scene or object coordinates relative to the currently set projection and model matrices. This can be useful if you want to annotate models with text labels and have the labels move with the model as it is rotated etc.
-.SH "void TQGLWidget::resizeEvent ( QResizeEvent * )\fC [virtual protected]\fR"
+.SH "void TQGLWidget::resizeEvent ( TQResizeEvent * )\fC [virtual protected]\fR"
Handles resize events. Calls the virtual function resizeGL().
.PP
Reimplemented from TQWidget.