summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlineedit.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqlineedit.3qt')
-rw-r--r--doc/man/man3/tqlineedit.3qt6
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.