diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/tqdragobject.html | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt-252a2ec8.tar.gz tqt-252a2ec8.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdragobject.html')
-rw-r--r-- | doc/html/tqdragobject.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqdragobject.html b/doc/html/tqdragobject.html index 6c829eda2..9735408b2 100644 --- a/doc/html/tqdragobject.html +++ b/doc/html/tqdragobject.html @@ -69,10 +69,10 @@ transfer. <p> <p> TQDragObject is the base class for all data that needs to be transferred between and within applications, both for drag and -drop and for the <a href="ntqclipboard.html">clipboard</a>. +drop and for the <a href="tqclipboard.html">clipboard</a>. <p> See the <a href="dnd.html">Drag-and-drop documentation</a> for an overview of how to provide drag and drop in your application. -<p> See the <a href="ntqclipboard.html">TQClipboard</a> documentation for an overview of how to provide +<p> See the <a href="tqclipboard.html">TQClipboard</a> documentation for an overview of how to provide cut-and-paste in your application. <p> The <a href="#drag">drag</a>() function is used to start a drag operation. You can specify the <a href="#DragMode-enum">DragMode</a> in the call or use one of the convenience @@ -187,7 +187,7 @@ graphics hardware and driver software on Windows. Setting the graphics acceleration in the display settings down one tick solved the problems in all cases. -<p>Example: <a href="fileiconview-example.html#x815">fileiconview/qfileiconview.cpp</a>. +<p>Example: <a href="fileiconview-example.html#x815">fileiconview/tqfileiconview.cpp</a>. <h3 class=fn>void <a name="setPixmap-2"></a>TQDragObject::setPixmap ( <a href="ntqpixmap.html">TQPixmap</a> pm )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. |