diff options
author | Michele Calgaro <[email protected]> | 2024-08-31 19:56:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-31 19:56:49 +0900 |
commit | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch) | |
tree | c38058d08754b389bd058a6d63f75086b49a22b1 /doc/man/man3/tqtextbrowser.3qt | |
parent | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff) | |
download | tqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.tar.gz tqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.zip |
Rename remaining ntq[i-l]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqtextbrowser.3qt')
-rw-r--r-- | doc/man/man3/tqtextbrowser.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqtextbrowser.3qt b/doc/man/man3/tqtextbrowser.3qt index b4d93f33c..993be522b 100644 --- a/doc/man/man3/tqtextbrowser.3qt +++ b/doc/man/man3/tqtextbrowser.3qt @@ -85,7 +85,7 @@ Inherits TQTextEdit. .SS "Protected Members" .in +1c .ti -1c -.BI "virtual void \fBkeyPressEvent\fR ( QKeyEvent * e )" +.BI "virtual void \fBkeyPressEvent\fR ( TQKeyEvent * e )" .br .in -1c .SH DESCRIPTION @@ -153,7 +153,7 @@ Example: helpviewer/helpwindow.cpp. Changes the document displayed to be the first document the browser displayed. .PP Example: helpviewer/helpwindow.cpp. -.SH "void TQTextBrowser::keyPressEvent ( QKeyEvent * e )\fC [virtual protected]\fR" +.SH "void TQTextBrowser::keyPressEvent ( TQKeyEvent * e )\fC [virtual protected]\fR" The event \fIe\fR is used to provide the following keyboard shortcuts: <center>.nf .TS l - l. Keypress Action Alt+Left Arrow backward() Alt+Right Arrow forward() Alt+Up Arrow |