summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqclipboard.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-07 14:56:09 +0900
committerMichele Calgaro <[email protected]>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /doc/man/man3/tqclipboard.3qt
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz
tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqclipboard.3qt')
-rw-r--r--doc/man/man3/tqclipboard.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqclipboard.3qt b/doc/man/man3/tqclipboard.3qt
index 62bcbaed1..fba1aacf7 100644
--- a/doc/man/man3/tqclipboard.3qt
+++ b/doc/man/man3/tqclipboard.3qt
@@ -43,7 +43,7 @@ Inherits TQObject.
.BI "TQString \fBtext\fR ( Mode mode ) const"
.br
.ti -1c
-.BI "TQString \fBtext\fR ( QCString & subtype, Mode mode ) const"
+.BI "TQString \fBtext\fR ( TQCString & subtype, Mode mode ) const"
.br
.ti -1c
.BI "void \fBsetText\fR ( const TQString & text, Mode mode )"
@@ -70,7 +70,7 @@ Inherits TQObject.
.BI "TQString \fBtext\fR () const"
.br
.ti -1c
-.BI "TQString \fBtext\fR ( QCString & subtype ) const"
+.BI "TQString \fBtext\fR ( TQCString & subtype ) const"
.br
.ti -1c
.BI "void \fBsetText\fR ( const TQString & text )"
@@ -306,7 +306,7 @@ Returns the clipboard text as plain text, or a null string if the clipboard does
The \fImode\fR argument is used to control which part of the system clipboard is used. If \fImode\fR is QClipboard::Clipboard, the text is retrieved from the global clipboard. If \fImode\fR is QClipboard::Selection, the text is retrieved from the global mouse selection.
.PP
See also setText(), data(), and TQString::operator!().
-.SH "TQString QClipboard::text ( QCString & subtype, Mode mode ) const"
+.SH "TQString QClipboard::text ( TQCString & subtype, Mode mode ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the clipboard text in subtype \fIsubtype\fR, or a null string if the clipboard does not contain any text. If \fIsubtype\fR is null, any subtype is acceptable, and \fIsubtype\fR is set to the chosen subtype.
@@ -320,7 +320,7 @@ See also setText(), data(), and TQString::operator!().
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
This function uses the QClipboard::text() function which takes a QClipboard::Mode argument. The value of the mode argument is determined by the return value of selectionModeEnabled(). If selectionModeEnabled() returns TRUE, the mode argument is QClipboard::Selection, otherwise the mode argument is QClipboard::Clipboard.
-.SH "TQString QClipboard::text ( QCString & subtype ) const"
+.SH "TQString QClipboard::text ( TQCString & subtype ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the clipboard text in subtype \fIsubtype\fR, or a null string