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/tqicondragitem.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqicondragitem.html')
-rw-r--r-- | doc/html/tqicondragitem.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqicondragitem.html b/doc/html/tqicondragitem.html index b33b5e796..be9b84385 100644 --- a/doc/html/tqicondragitem.html +++ b/doc/html/tqicondragitem.html @@ -68,14 +68,14 @@ Constructs a TQIconDragItem with no data. </h3> Destructor. -<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="data"></a>TQIconDragItem::data () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="data"></a>TQIconDragItem::data () const<tt> [virtual]</tt> </h3> Returns the data contained in the TQIconDragItem. -<h3 class=fn>void <a name="setData"></a>TQIconDragItem::setData ( const <a href="qbytearray.html">TQByteArray</a> & d )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setData"></a>TQIconDragItem::setData ( const <a href="tqbytearray.html">TQByteArray</a> & d )<tt> [virtual]</tt> </h3> Sets the data for the TQIconDragItem to the data stored in the -<a href="qbytearray.html">TQByteArray</a> <em>d</em>. +<a href="tqbytearray.html">TQByteArray</a> <em>d</em>. <p>Example: <a href="fileiconview-example.html#x833">fileiconview/qfileiconview.cpp</a>. <!-- eof --> |