summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtextedit.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqtextedit.3qt')
-rw-r--r--doc/man/man3/tqtextedit.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqtextedit.3qt b/doc/man/man3/tqtextedit.3qt
index a40978d2a..deaa68ba2 100644
--- a/doc/man/man3/tqtextedit.3qt
+++ b/doc/man/man3/tqtextedit.3qt
@@ -495,7 +495,7 @@ Inherited by TQMultiLineEdit, TQTextBrowser, and TQTextView.
.BI "void \fBrepaintChanged\fR ()"
.br
.ti -1c
-.BI "virtual void \fBkeyPressEvent\fR ( QKeyEvent * e )"
+.BI "virtual void \fBkeyPressEvent\fR ( TQKeyEvent * e )"
.br
.ti -1c
.BI "virtual bool \fBfocusNextPrevChild\fR ( bool n )"
@@ -981,7 +981,7 @@ Returns TRUE if undo/redo is enabled; otherwise returns FALSE. See the "undoRedo
Returns TRUE if the current format is italic; otherwise returns FALSE.
.PP
See also setItalic().
-.SH "void TQTextEdit::keyPressEvent ( QKeyEvent * e )\fC [virtual protected]\fR"
+.SH "void TQTextEdit::keyPressEvent ( TQKeyEvent * e )\fC [virtual protected]\fR"
Processes the key event, \fIe\fR. By default key events are used to provide keyboard navigation and text editing.
.PP
Reimplemented from TQWidget.