summaryrefslogtreecommitdiffstats
path: root/doc/html/qstoreddrag.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qstoreddrag.html')
-rw-r--r--doc/html/qstoreddrag.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qstoreddrag.html b/doc/html/qstoreddrag.html
index 71dbdc31..9c96bb56 100644
--- a/doc/html/qstoreddrag.html
+++ b/doc/html/qstoreddrag.html
@@ -33,8 +33,8 @@ body { background: #ffffff; color: black; }
<p>The TQStoredDrag class provides a simple stored-value drag object for arbitrary MIME data.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qdragobject-h.html">qdragobject.h</a>&gt;</tt>
-<p>Inherits <a href="qdragobject.html">TQDragObject</a>.
+<p><tt>#include &lt;<a href="qdragobject-h.html">ntqdragobject.h</a>&gt;</tt>
+<p>Inherits <a href="ntqdragobject.html">TQDragObject</a>.
<p>Inherited by <a href="quridrag.html">TQUriDrag</a> and <a href="qcolordrag.html">TQColorDrag</a>.
<p><a href="qstoreddrag-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -51,15 +51,15 @@ The TQStoredDrag class provides a simple stored-value drag object for arbitrary
<p>
<p> When a block of data has only one representation, you can use a
TQStoredDrag to hold it.
-<p> For more information about drag and drop, see the <a href="qdragobject.html">TQDragObject</a>
+<p> For more information about drag and drop, see the <a href="ntqdragobject.html">TQDragObject</a>
class and the <a href="dnd.html">drag and drop documentation</a>.
<p>See also <a href="draganddrop.html">Drag And Drop Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQStoredDrag"></a>TQStoredDrag::TQStoredDrag ( const&nbsp;char&nbsp;*&nbsp;mimeType, <a href="qwidget.html">TQWidget</a>&nbsp;*&nbsp;dragSource = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQStoredDrag"></a>TQStoredDrag::TQStoredDrag ( const&nbsp;char&nbsp;*&nbsp;mimeType, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;dragSource = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a TQStoredDrag. The <em>dragSource</em> and <em>name</em> are passed
-to the <a href="qdragobject.html">TQDragObject</a> constructor, and the format is set to <em>mimeType</em>.
+to the <a href="ntqdragobject.html">TQDragObject</a> constructor, and the format is set to <em>mimeType</em>.
<p> The data will be unset. Use <a href="#setEncodedData">setEncodedData</a>() to set it.
<h3 class=fn><a name="~TQStoredDrag"></a>TQStoredDrag::~TQStoredDrag ()