summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwidget.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqwidget.3qt')
-rw-r--r--doc/man/man3/tqwidget.3qt6
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