diff options
author | Michele Calgaro <[email protected]> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/man/man3/tqwidget.3qt | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqwidget.3qt')
-rw-r--r-- | doc/man/man3/tqwidget.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqwidget.3qt b/doc/man/man3/tqwidget.3qt index 61d813816..38ed2567d 100644 --- a/doc/man/man3/tqwidget.3qt +++ b/doc/man/man3/tqwidget.3qt @@ -2035,7 +2035,7 @@ Sets both the minimum and maximum heights of the widget to \fIh\fR without chang See also sizeHint, minimumSize, maximumSize, and setFixedSize(). .PP Examples: -.)l fonts/simple-qfont-demo/viewer.cpp, layout/layout.cpp, qdir/qdir.cpp, and showimg/showimg.cpp. +.)l fonts/simple-qfont-demo/viewer.cpp, layout/layout.cpp, tqdir/tqdir.cpp, and showimg/showimg.cpp. .SH "void TQWidget::setFixedSize ( const TQSize & s )" Sets both the minimum and maximum sizes of the widget to \fIs\fR, thereby preventing it from ever growing or shrinking. .PP @@ -2050,7 +2050,7 @@ Sets both the minimum and maximum width of the widget to \fIw\fR without changin See also sizeHint, minimumSize, maximumSize, and setFixedSize(). .PP Examples: -.)l progressbar/progressbar.cpp and qdir/qdir.cpp. +.)l progressbar/progressbar.cpp and tqdir/tqdir.cpp. .SH "void TQWidget::setFocus ()\fC [virtual slot]\fR" Gives the keyboard input focus to this widget (or its focus proxy) if this widget or one of its parents is the active window. .PP @@ -2295,7 +2295,7 @@ Non-spontaneous show events are sent to widgets immediately before they are show .PP See also event() and QShowEvent. .PP -Example: qdir/qdir.cpp. +Example: tqdir/tqdir.cpp. .SH "void TQWidget::showFullScreen ()\fC [slot]\fR" Shows the widget in full-screen mode. .PP |