diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/ntqclipboard.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-87d29563.tar.gz tqt-87d29563.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqclipboard.html')
-rw-r--r-- | doc/html/ntqclipboard.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqclipboard.html b/doc/html/ntqclipboard.html index 0b9109da7..2426c5021 100644 --- a/doc/html/ntqclipboard.html +++ b/doc/html/ntqclipboard.html @@ -398,7 +398,7 @@ TQClipboard::Selection, the text is retrieved from the global mouse selection. <p> <p>See also <a href="#setText">setText</a>(), <a href="#data">data</a>(), and <a href="tqstring.html#operator!">TQString::operator!</a>(). -<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-2"></a>TQClipboard::text ( <a href="ntqcstring.html">TQCString</a> & subtype, <a href="ntqclipboard.html#Mode-enum">Mode</a> mode ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-2"></a>TQClipboard::text ( <a href="tqcstring.html">TQCString</a> & subtype, <a href="ntqclipboard.html#Mode-enum">Mode</a> mode ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the clipboard text in subtype <em>subtype</em>, or a null string @@ -423,7 +423,7 @@ If selectionModeEnabled() returns TRUE, the mode argument is TQClipboard::Selection, otherwise the mode argument is TQClipboard::Clipboard. -<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-4"></a>TQClipboard::text ( <a href="ntqcstring.html">TQCString</a> & subtype ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-4"></a>TQClipboard::text ( <a href="tqcstring.html">TQCString</a> & subtype ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the clipboard text in subtype <em>subtype</em>, or a null string |