diff options
Diffstat (limited to 'doc/man/man3/tqresizeevent.3qt')
-rw-r--r-- | doc/man/man3/tqresizeevent.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqresizeevent.3qt b/doc/man/man3/tqresizeevent.3qt index 212eec402..41f8067c1 100644 --- a/doc/man/man3/tqresizeevent.3qt +++ b/doc/man/man3/tqresizeevent.3qt @@ -16,13 +16,13 @@ Inherits QEvent. .SS "Public Members" .in +1c .ti -1c -.BI "\fBQResizeEvent\fR ( const QSize & size, const QSize & oldSize )" +.BI "\fBQResizeEvent\fR ( const TQSize & size, const TQSize & oldSize )" .br .ti -1c -.BI "const QSize & \fBsize\fR () const" +.BI "const TQSize & \fBsize\fR () const" .br .ti -1c -.BI "const QSize & \fBoldSize\fR () const" +.BI "const TQSize & \fBoldSize\fR () const" .br .in -1c .SH DESCRIPTION @@ -34,11 +34,11 @@ The event handler TQWidget::resizeEvent() receives resize events. .PP See also TQWidget::size, TQWidget::geometry, and Event Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QResizeEvent::QResizeEvent ( const QSize & size, const QSize & oldSize )" +.SH "QResizeEvent::QResizeEvent ( const TQSize & size, const TQSize & oldSize )" Constructs a resize event with the new and old widget sizes, \fIsize\fR and \fIoldSize\fR respectively. -.SH "const QSize & QResizeEvent::oldSize () const" +.SH "const TQSize & QResizeEvent::oldSize () const" Returns the old size of the widget. -.SH "const QSize & QResizeEvent::size () const" +.SH "const TQSize & QResizeEvent::size () const" Returns the new size of the widget, which is the same as TQWidget::size(). .PP Examples: |