summaryrefslogtreecommitdiffstats
path: root/doc/html/qcolordrag.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/qcolordrag.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qcolordrag.html')
-rw-r--r--doc/html/qcolordrag.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qcolordrag.html b/doc/html/qcolordrag.html
index 7a555f3b..a9252566 100644
--- a/doc/html/qcolordrag.html
+++ b/doc/html/qcolordrag.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQColorDrag class provides a drag and drop object for
transferring colors.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qdragobject-h.html">qdragobject.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qdragobject-h.html">ntqdragobject.h</a>&gt;</tt>
<p>Inherits <a href="qstoreddrag.html">TQStoredDrag</a>.
<p><a href="qcolordrag-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -56,19 +56,19 @@ transferring colors.
<p>
<p> This class provides a drag object which can be used to transfer data
about colors for drag and drop and in the clipboard. For example, it
-is used in <a href="qcolordialog.html">TQColorDialog</a>.
+is used in <a href="ntqcolordialog.html">TQColorDialog</a>.
<p> The color is set in the constructor but can be changed with
<a href="#setColor">setColor</a>().
-<p> For more information about drag and drop, see the <a href="qdragobject.html">TQDragObject</a> class
+<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="TQColorDrag"></a>TQColorDrag::TQColorDrag ( const&nbsp;<a href="qcolor.html">TQColor</a>&nbsp;&amp;&nbsp;col, <a href="qwidget.html">TQWidget</a>&nbsp;*&nbsp;dragsource = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQColorDrag"></a>TQColorDrag::TQColorDrag ( const&nbsp;<a href="ntqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;col, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;dragsource = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a color drag object with the color <em>col</em>. Passes <em>dragsource</em> and <em>name</em> to the <a href="qstoreddrag.html">TQStoredDrag</a> constructor.
-<h3 class=fn><a name="TQColorDrag-2"></a>TQColorDrag::TQColorDrag ( <a href="qwidget.html">TQWidget</a>&nbsp;*&nbsp;dragsource = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQColorDrag-2"></a>TQColorDrag::TQColorDrag ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;dragsource = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a color drag object with a white color. Passes <em>dragsource</em> and <em>name</em> to the <a href="qstoreddrag.html">TQStoredDrag</a> constructor.
@@ -77,11 +77,11 @@ Constructs a color drag object with a white color. Passes <em>dragsource</em> an
Returns TRUE if the color drag object can decode the mime source
<em>e</em>; otherwise returns FALSE.
-<h3 class=fn>bool <a name="decode"></a>TQColorDrag::decode ( <a href="qmimesource.html">TQMimeSource</a>&nbsp;*&nbsp;e, <a href="qcolor.html">TQColor</a>&nbsp;&amp;&nbsp;col )<tt> [static]</tt>
+<h3 class=fn>bool <a name="decode"></a>TQColorDrag::decode ( <a href="qmimesource.html">TQMimeSource</a>&nbsp;*&nbsp;e, <a href="ntqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;col )<tt> [static]</tt>
</h3>
Decodes the mime source <em>e</em> and sets the decoded values to <em>col</em>.
-<h3 class=fn>void <a name="setColor"></a>TQColorDrag::setColor ( const&nbsp;<a href="qcolor.html">TQColor</a>&nbsp;&amp;&nbsp;col )
+<h3 class=fn>void <a name="setColor"></a>TQColorDrag::setColor ( const&nbsp;<a href="ntqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;col )
</h3>
Sets the color of the color drag to <em>col</em>.