summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsizegrip.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /doc/man/man3/tqsizegrip.3qt
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt3-d73937a9f779e2aafa6c392f94c9c29aa32b78fd.tar.gz
tqt3-d73937a9f779e2aafa6c392f94c9c29aa32b78fd.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
Diffstat (limited to 'doc/man/man3/tqsizegrip.3qt')
-rw-r--r--doc/man/man3/tqsizegrip.3qt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqsizegrip.3qt b/doc/man/man3/tqsizegrip.3qt
index ca6dad8b3..38a30de6e 100644
--- a/doc/man/man3/tqsizegrip.3qt
+++ b/doc/man/man3/tqsizegrip.3qt
@@ -11,12 +11,12 @@ QSizeGrip \- Corner-grip for resizing a top-level window
.SH SYNOPSIS
\fC#include <ntqsizegrip.h>\fR
.PP
-Inherits QWidget.
+Inherits TQWidget.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQSizeGrip\fR ( QWidget * parent, const char * name = 0 )"
+.BI "\fBQSizeGrip\fR ( TQWidget * parent, const char * name = 0 )"
.br
.ti -1c
.BI "\fB~QSizeGrip\fR ()"
@@ -53,26 +53,26 @@ Put this widget anywhere in a widget tree and the user can use it to resize the
.PP
See also QStatusBar, Widget Appearance and Style, Main Window and Related Classes, and Basic Widgets.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QSizeGrip::QSizeGrip ( QWidget * parent, const char * name = 0 )"
+.SH "QSizeGrip::QSizeGrip ( TQWidget * parent, const char * name = 0 )"
Constructs a resize corner called \fIname\fR, as a child widget of \fIparent\fR.
.SH "QSizeGrip::~QSizeGrip ()"
Destroys the size grip.
.SH "void QSizeGrip::mouseMoveEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
Resizes the top-level widget containing this widget. The event is in \fIe\fR.
.PP
-Reimplemented from QWidget.
+Reimplemented from TQWidget.
.SH "void QSizeGrip::mousePressEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
Primes the resize operation. The event is in \fIe\fR.
.PP
-Reimplemented from QWidget.
+Reimplemented from TQWidget.
.SH "void QSizeGrip::paintEvent ( QPaintEvent * e )\fC [virtual protected]\fR"
Paints the resize grip. Resize grips are usually rendered as small diagonal textured lines in the lower-right corner. The event is in \fIe\fR.
.PP
-Reimplemented from QWidget.
+Reimplemented from TQWidget.
.SH "QSize QSizeGrip::sizeHint () const\fC [virtual]\fR"
Returns the size grip's size hint; this is a small size.
.PP
-Reimplemented from QWidget.
+Reimplemented from TQWidget.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/ntqsizegrip.html