diff options
author | Michele Calgaro <[email protected]> | 2024-09-04 11:53:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-04 13:56:43 +0900 |
commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/man/man3/tqsizegrip.3qt | |
parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
download | tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.zip |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqsizegrip.3qt')
-rw-r--r-- | doc/man/man3/tqsizegrip.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqsizegrip.3qt b/doc/man/man3/tqsizegrip.3qt index bff19bf88..3d50f7bbb 100644 --- a/doc/man/man3/tqsizegrip.3qt +++ b/doc/man/man3/tqsizegrip.3qt @@ -31,10 +31,10 @@ Inherits TQWidget. .BI "virtual void \fBpaintEvent\fR ( TQPaintEvent * e )" .br .ti -1c -.BI "virtual void \fBmousePressEvent\fR ( QMouseEvent * e )" +.BI "virtual void \fBmousePressEvent\fR ( TQMouseEvent * e )" .br .ti -1c -.BI "virtual void \fBmouseMoveEvent\fR ( QMouseEvent * e )" +.BI "virtual void \fBmouseMoveEvent\fR ( TQMouseEvent * e )" .br .in -1c .SH DESCRIPTION @@ -57,11 +57,11 @@ See also TQStatusBar, Widget Appearance and Style, Main Window and Related Class Constructs a resize corner called \fIname\fR, as a child widget of \fIparent\fR. .SH "TQSizeGrip::~TQSizeGrip ()" Destroys the size grip. -.SH "void TQSizeGrip::mouseMoveEvent ( QMouseEvent * e )\fC [virtual protected]\fR" +.SH "void TQSizeGrip::mouseMoveEvent ( TQMouseEvent * e )\fC [virtual protected]\fR" Resizes the top-level widget containing this widget. The event is in \fIe\fR. .PP Reimplemented from TQWidget. -.SH "void TQSizeGrip::mousePressEvent ( QMouseEvent * e )\fC [virtual protected]\fR" +.SH "void TQSizeGrip::mousePressEvent ( TQMouseEvent * e )\fC [virtual protected]\fR" Primes the resize operation. The event is in \fIe\fR. .PP Reimplemented from TQWidget. |