From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqtextedit.3qt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man/man3/tqtextedit.3qt') 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. -- cgit v1.2.3