From 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 21:06:28 +0900 Subject: Rename environment class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqspinbox.3qt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man/man3/tqspinbox.3qt') diff --git a/doc/man/man3/tqspinbox.3qt b/doc/man/man3/tqspinbox.3qt index 96e11adab..4c126eb63 100644 --- a/doc/man/man3/tqspinbox.3qt +++ b/doc/man/man3/tqspinbox.3qt @@ -184,7 +184,7 @@ Inherits TQWidget and QRangeControl. .BI "virtual void \fBrangeChange\fR ()" .br .ti -1c -.BI "virtual bool \fBeventFilter\fR ( TQObject * o, QEvent * ev )" +.BI "virtual bool \fBeventFilter\fR ( TQObject * o, TQEvent * ev )" .br .in -1c .SS "Protected Slots" @@ -304,7 +304,7 @@ Returns the full text calculated from the current value, including any prefix an Returns the geometry of the "down" button. .SH "QLineEdit * QSpinBox::editor () const\fC [protected]\fR" Returns a pointer to the embedded QLineEdit. -.SH "bool QSpinBox::eventFilter ( TQObject * o, QEvent * ev )\fC [virtual protected]\fR" +.SH "bool QSpinBox::eventFilter ( TQObject * o, TQEvent * ev )\fC [virtual protected]\fR" Intercepts and handles the events coming to the embedded QLineEdit that have special meaning for the QSpinBox. The object is passed as \fIo\fR and the event is passed as \fIev\fR. .PP Reimplemented from TQObject. -- cgit v1.2.1