diff options
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. |