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.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqlineedit.3qt b/doc/man/man3/tqlineedit.3qt
index 097adb23..79c09d9f 100644
--- a/doc/man/man3/tqlineedit.3qt
+++ b/doc/man/man3/tqlineedit.3qt
@@ -286,7 +286,7 @@ By changing the echoMode() of a line edit, it can also be used as a "write-only"
.PP
The length of the text can be constrained to maxLength(). The text can be arbitrarily constrained using a validator() or an inputMask(), or both.
.PP
-A related class is QTextEdit which allows multi-line, rich-text editing.
+A related class is TQTextEdit which allows multi-line, rich-text editing.
.PP
You can change the text with setText() or insert(). The text is retrieved with text(); the displayed text (which may be different, see EchoMode) is retrieved with displayText(). Text can be selected with setSelection() or selectAll(), and the selection can be cut(), copy()ied and paste()d. The text can be aligned with setAlignment().
.PP
@@ -310,7 +310,7 @@ Any other key sequence that represents a valid character, will cause the charact
.ce 1
.B "[Image Omitted]"
.PP
-See also QTextEdit, QLabel, QComboBox, GUI Design Handbook: Field, Entry, and Basic Widgets.
+See also TQTextEdit, QLabel, QComboBox, GUI Design Handbook: Field, Entry, and Basic Widgets.
.SS "Member Type Documentation"
.SH "QLineEdit::EchoMode"
This enum type describes how a line edit should display its contents.