summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtextedit.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
commit39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch)
treec38058d08754b389bd058a6d63f75086b49a22b1 /doc/man/man3/tqtextedit.3qt
parente42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff)
downloadtqt-39f8a475.tar.gz
tqt-39f8a475.zip
Rename remaining ntq[i-l]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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.