diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 21:06:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-28 18:25:42 +0900 |
commit | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (patch) | |
tree | fb639fd5c35cb99f87172bc61484f5bf74b6beb9 /doc/man/man3/tqaccel.3qt | |
parent | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (diff) | |
download | tqt-8ef4ea45.tar.gz tqt-8ef4ea45.zip |
Rename environment class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqaccel.3qt')
-rw-r--r-- | doc/man/man3/tqaccel.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqaccel.3qt b/doc/man/man3/tqaccel.3qt index 4ad264c2f..d38a0a29c 100644 --- a/doc/man/man3/tqaccel.3qt +++ b/doc/man/man3/tqaccel.3qt @@ -94,7 +94,7 @@ Inherits TQObject. .SS "Protected Members" .in +1c .ti -1c -.BI "virtual bool eventFilter ( TQObject *, QEvent * ) \fI(obsolete)\fR" +.BI "virtual bool eventFilter ( TQObject *, TQEvent * ) \fI(obsolete)\fR" .br .in -1c .SH DESCRIPTION @@ -193,7 +193,7 @@ Returns the number of accelerator items in this accelerator. Disconnects an accelerator item with id \fIid\fR from the function called \fImember\fR in the \fIreceiver\fR object. .PP See also connectItem(). -.SH "bool QAccel::eventFilter ( TQObject *, QEvent * )\fC [virtual protected]\fR" +.SH "bool QAccel::eventFilter ( TQObject *, TQEvent * )\fC [virtual protected]\fR" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. serves no purpose anymore .PP Reimplemented from TQObject. |