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.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqlineedit.3qt b/doc/man/man3/tqlineedit.3qt
index 79c09d9fc..4967166f6 100644
--- a/doc/man/man3/tqlineedit.3qt
+++ b/doc/man/man3/tqlineedit.3qt
@@ -52,10 +52,10 @@ Inherits QFrame.
.BI "const QValidator * \fBvalidator\fR () const"
.br
.ti -1c
-.BI "virtual QSize \fBsizeHint\fR () const"
+.BI "virtual TQSize \fBsizeHint\fR () const"
.br
.ti -1c
-.BI "virtual QSize \fBminimumSizeHint\fR () const"
+.BI "virtual TQSize \fBminimumSizeHint\fR () const"
.br
.ti -1c
.BI "int \fBcursorPosition\fR () const"
@@ -274,7 +274,7 @@ Inherits QFrame.
.BI "virtual void \fBkeyPressEvent\fR ( QKeyEvent * e )"
.br
.ti -1c
-.BI "virtual QPopupMenu * \fBcreatePopupMenu\fR ()"
+.BI "virtual TQPopupMenu * \fBcreatePopupMenu\fR ()"
.br
.in -1c
.SH DESCRIPTION
@@ -369,7 +369,7 @@ This slot is equivalent to setValidator(0).
Copies the selected text to the clipboard, if there is any, and if echoMode() is Normal.
.PP
See also cut() and paste().
-.SH "QPopupMenu * QLineEdit::createPopupMenu ()\fC [virtual protected]\fR"
+.SH "TQPopupMenu * QLineEdit::createPopupMenu ()\fC [virtual protected]\fR"
This function is called to create the popup menu which is shown when the user clicks on the line edit with the right mouse button. If you want to create a custom popup menu, reimplement this function and return the popup menu you create. The popup menu's ownership is transferred to the caller.
.SH "void QLineEdit::cursorBackward ( bool mark, int steps = 1 )"
Moves the cursor back \fIsteps\fR characters. If \fImark\fR is TRUE each character moved over is added to the selection; if \fImark\fR is FALSE the selection is cleared.
@@ -453,7 +453,7 @@ This signal is emitted when the line edit has lost focus.
See also focus, TQWidget::focusInEvent(), and TQWidget::focusOutEvent().
.SH "int QLineEdit::maxLength () const"
Returns the maximum permitted length of the text. See the "maxLength" property for details.
-.SH "QSize QLineEdit::minimumSizeHint () const\fC [virtual]\fR"
+.SH "TQSize QLineEdit::minimumSizeHint () const\fC [virtual]\fR"
Returns a minimum size for the line edit.
.PP
The width returned is enough for at least one character.
@@ -520,7 +520,7 @@ See also validator(), QIntValidator, QDoubleValidator, and QRegExpValidator.
.PP
Examples:
.)l lineedits/lineedits.cpp and wizard/wizard.cpp.
-.SH "QSize QLineEdit::sizeHint () const\fC [virtual]\fR"
+.SH "TQSize QLineEdit::sizeHint () const\fC [virtual]\fR"
Returns a recommended size for the widget.
.PP
The width returned, in pixels, is usually enough for about 15 to 20 characters.