summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcolordrag.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqcolordrag.html')
-rw-r--r--doc/html/tqcolordrag.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqcolordrag.html b/doc/html/tqcolordrag.html
index ef7c0895a..ebed61a78 100644
--- a/doc/html/tqcolordrag.html
+++ b/doc/html/tqcolordrag.html
@@ -56,7 +56,7 @@ 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="ntqcolordialog.html">TQColorDialog</a>.
+is used in <a href="tqcolordialog.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="tqdragobject.html">TQDragObject</a> class
@@ -64,7 +64,7 @@ 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="ntqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;col, <a href="tqwidget.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="tqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;col, <a href="tqwidget.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="tqstoreddrag.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="tqmimesource.html">TQMimeSource</a>&nbsp;*&nbsp;e, <a href="ntqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;col )<tt> [static]</tt>
+<h3 class=fn>bool <a name="decode"></a>TQColorDrag::decode ( <a href="tqmimesource.html">TQMimeSource</a>&nbsp;*&nbsp;e, <a href="tqcolor.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="ntqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;col )
+<h3 class=fn>void <a name="setColor"></a>TQColorDrag::setColor ( const&nbsp;<a href="tqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;col )
</h3>
Sets the color of the color drag to <em>col</em>.