summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtextedit.3qt
diff options
context:
space:
mode:
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.