summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdropevent.html
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/html/tqdropevent.html
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt-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/tqdropevent.html')
-rw-r--r--doc/html/tqdropevent.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqdropevent.html b/doc/html/tqdropevent.html
index 2d693960a..005c24df2 100644
--- a/doc/html/tqdropevent.html
+++ b/doc/html/tqdropevent.html
@@ -128,13 +128,13 @@ application can process the supplied data but can only perform the
Copy action, call <a href="#accept">accept</a>().
<p>Examples: <a href="dirview-example.html#x1672">dirview/dirview.cpp</a> and <a href="fileiconview-example.html#x817">fileiconview/qfileiconview.cpp</a>.
-<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="data"></a>TQDropEvent::data ( const&nbsp;char&nbsp;*&nbsp;f ) const
+<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="data"></a>TQDropEvent::data ( const&nbsp;char&nbsp;*&nbsp;f ) const
</h3>
<p> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> Use <a href="#encodedData">TQDropEvent::encodedData</a>().
-<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="encodedData"></a>TQDropEvent::encodedData ( const&nbsp;char&nbsp;*&nbsp;format ) const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="encodedData"></a>TQDropEvent::encodedData ( const&nbsp;char&nbsp;*&nbsp;format ) const<tt> [virtual]</tt>
</h3>
Returns a byte array containing the drag's data, in <em>format</em>.
<p> <a href="#data">data</a>() normally needs to get the data from the drag source, which
@@ -142,7 +142,7 @@ is potentially very slow, so it's advisable to call this function
only if you're sure that you will need the data in <em>format</em>.
<p> The resulting data will have a size of 0 if the format was not
available.
-<p> <p>See also <a href="#format">format</a>() and <a href="ntqmemarray.html#size">TQByteArray::size</a>().
+<p> <p>See also <a href="#format">format</a>() and <a href="tqmemarray.html#size">TQByteArray::size</a>().
<p>Reimplemented from <a href="tqmimesource.html#encodedData">TQMimeSource</a>.
<h3 class=fn>const char * <a name="format"></a>TQDropEvent::format ( int&nbsp;n = 0 ) const<tt> [virtual]</tt>