summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqglwidget.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 11:53:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 13:56:43 +0900
commit0582c90a9ed4b965629267713f51c0da7c38b39d (patch)
treecae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/man/man3/tqglwidget.3qt
parent39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff)
downloadtqt-0582c90a.tar.gz
tqt-0582c90a.zip
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 dd4885092..3184766d3 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.