From 0582c90a9ed4b965629267713f51c0da7c38b39d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 4 Sep 2024 11:53:23 +0900 Subject: Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h) Signed-off-by: Michele Calgaro --- doc/man/man3/tqsizegrip.3qt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/man/man3/tqsizegrip.3qt') 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. -- cgit v1.2.1