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/tqlineedit.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/tqlineedit.3qt')
-rw-r--r-- | doc/man/man3/tqlineedit.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqlineedit.3qt b/doc/man/man3/tqlineedit.3qt index 2cab9ad32..4b2e530ac 100644 --- a/doc/man/man3/tqlineedit.3qt +++ b/doc/man/man3/tqlineedit.3qt @@ -271,7 +271,7 @@ Inherits TQFrame. .SS "Protected Members" .in +1c .ti -1c -.BI "virtual void \fBkeyPressEvent\fR ( QKeyEvent * e )" +.BI "virtual void \fBkeyPressEvent\fR ( TQKeyEvent * e )" .br .ti -1c .BI "virtual TQPopupMenu * \fBcreatePopupMenu\fR ()" @@ -439,7 +439,7 @@ Returns TRUE if the line edit is read only; otherwise returns FALSE. See the "re Returns TRUE if redo is available; otherwise returns FALSE. See the "redoAvailable" property for details. .SH "bool TQLineEdit::isUndoAvailable () const" Returns TRUE if undo is available; otherwise returns FALSE. See the "undoAvailable" property for details. -.SH "void TQLineEdit::keyPressEvent ( QKeyEvent * e )\fC [virtual protected]\fR" +.SH "void TQLineEdit::keyPressEvent ( TQKeyEvent * e )\fC [virtual protected]\fR" Converts key press event \fIe\fR into a line edit action. .PP If Return or Enter is pressed and the current text is valid (or can be made valid by the validator), the signal returnPressed() is emitted. @@ -516,7 +516,7 @@ Sets this line edit to only accept input that the validator, \fIv\fR, will accep .PP If \fIv\fR == 0, setValidator() removes the current input validator. The initial setting is to have no input validator (i.e. any input is accepted up to maxLength()). .PP -See also validator(), QIntValidator, TQDoubleValidator, and TQRegExpValidator. +See also validator(), TQIntValidator, TQDoubleValidator, and TQRegExpValidator. .PP Examples: .)l lineedits/lineedits.cpp and wizard/wizard.cpp. |