summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtextedit.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /doc/man/man3/tqtextedit.3qt
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz
tqt-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqtextedit.3qt')
-rw-r--r--doc/man/man3/tqtextedit.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqtextedit.3qt b/doc/man/man3/tqtextedit.3qt
index b4538f0da..2ec5f68ea 100644
--- a/doc/man/man3/tqtextedit.3qt
+++ b/doc/man/man3/tqtextedit.3qt
@@ -276,7 +276,7 @@ Inherited by QMultiLineEdit, TQTextBrowser, and TQTextView.
.BI "virtual void \fBpaste\fR ()"
.br
.ti -1c
-.BI "virtual void \fBpasteSubType\fR ( const QCString & subtype )"
+.BI "virtual void \fBpasteSubType\fR ( const TQCString & subtype )"
.br
.ti -1c
.BI "virtual void \fBclear\fR ()"
@@ -1034,7 +1034,7 @@ Pastes the text from the clipboard into the text edit at the current cursor posi
If there is no text in the clipboard nothing happens.
.PP
See also pasteSubType(), cut(), and TQTextEdit::copy().
-.SH "void TQTextEdit::pasteSubType ( const QCString & subtype )\fC [virtual slot]\fR"
+.SH "void TQTextEdit::pasteSubType ( const TQCString & subtype )\fC [virtual slot]\fR"
Pastes the text with format \fIsubtype\fR from the clipboard into the text edit at the current cursor position. The \fIsubtype\fR can be" plain" or "html".
.PP
If there is no text with format \fIsubtype\fR in the clipboard nothing happens.