diff options
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. |