diff options
author | Michele Calgaro <[email protected]> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/man/man3/tqresizeevent.3qt | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
Signed-off-by: Michele Calgaro <[email protected]>
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: |