summaryrefslogtreecommitdiffstats
path: root/doc/html/qicondrag.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qicondrag.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qicondrag.html')
-rw-r--r--doc/html/qicondrag.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qicondrag.html b/doc/html/qicondrag.html
index d15e6f74..ecd4c262 100644
--- a/doc/html/qicondrag.html
+++ b/doc/html/qicondrag.html
@@ -34,8 +34,8 @@ body { background: #ffffff; color: black; }
<p>The TQIconDrag class supports drag and drop operations
within a TQIconView.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qiconview-h.html">qiconview.h</a>&gt;</tt>
-<p>Inherits <a href="qdragobject.html">TQDragObject</a>.
+<p><tt>#include &lt;<a href="qiconview-h.html">ntqiconview.h</a>&gt;</tt>
+<p>Inherits <a href="ntqdragobject.html">TQDragObject</a>.
<p><a href="qicondrag-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -52,7 +52,7 @@ within a TQIconView.
<p> The TQIconDrag class supports drag and drop operations
-within a <a href="qiconview.html">TQIconView</a>.
+within a <a href="ntqiconview.html">TQIconView</a>.
<p>
<p> A TQIconDrag object is used to maintain information about the
@@ -63,7 +63,7 @@ TQIconDrag stores the data associated with drag items in
<a href="qicondragitem.html">TQIconDragItem</a> objects.
<p> If you want to use the extended drag-and-drop functionality of
TQIconView, create a TQIconDrag object in a reimplementation of
-<a href="qiconview.html#dragObject">TQIconView::dragObject</a>(). Then create a TQIconDragItem for each item
+<a href="ntqiconview.html#dragObject">TQIconView::dragObject</a>(). Then create a TQIconDragItem for each item
which should be dragged, set the data it represents with
<a href="qicondragitem.html#setData">TQIconDragItem::setData</a>(), and add each TQIconDragItem to the drag
object using <a href="#append">append</a>().
@@ -81,7 +81,7 @@ dragObject(), format(), encodedData() and canDecode(). See the files
<p> <p>See also <a href="qmimesource.html#format">TQMimeSource::format</a>() and <a href="draganddrop.html">Drag And Drop Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQIconDrag"></a>TQIconDrag::TQIconDrag ( <a href="qwidget.html">TQWidget</a>&nbsp;*&nbsp;dragSource, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQIconDrag"></a>TQIconDrag::TQIconDrag ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;dragSource, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a drag object called <em>name</em>, which is a child of <em>dragSource</em>.
<p> Note that the drag object will be deleted when <em>dragSource</em> is deleted.
@@ -90,7 +90,7 @@ Constructs a drag object called <em>name</em>, which is a child of <em>dragSourc
</h3>
Destructor.
-<h3 class=fn>void <a name="append"></a>TQIconDrag::append ( const&nbsp;<a href="qicondragitem.html">TQIconDragItem</a>&nbsp;&amp;&nbsp;i, const&nbsp;<a href="qrect.html">TQRect</a>&nbsp;&amp;&nbsp;pr, const&nbsp;<a href="qrect.html">TQRect</a>&nbsp;&amp;&nbsp;tr )
+<h3 class=fn>void <a name="append"></a>TQIconDrag::append ( const&nbsp;<a href="qicondragitem.html">TQIconDragItem</a>&nbsp;&amp;&nbsp;i, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;pr, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;tr )
</h3>
Append the <a href="qicondragitem.html">TQIconDragItem</a>, <em>i</em>, to the TQIconDrag object's list of
items. You must also supply the geometry of the pixmap, <em>pr</em>, and