summaryrefslogtreecommitdiffstats
path: root/doc/html/tqicondrag.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqicondrag.html')
-rw-r--r--doc/html/tqicondrag.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqicondrag.html b/doc/html/tqicondrag.html
index fee4c3d6..99ff87ca 100644
--- a/doc/html/tqicondrag.html
+++ b/doc/html/tqicondrag.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
within a TQIconView.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqiconview-h.html">tqiconview.h</a>&gt;</tt>
-<p>Inherits <a href="ntqdragobject.html">TQDragObject</a>.
+<p>Inherits <a href="tqdragobject.html">TQDragObject</a>.
<p><a href="tqicondrag-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -68,17 +68,17 @@ which should be dragged, set the data it represents with
<a href="tqicondragitem.html#setData">TQIconDragItem::setData</a>(), and add each TQIconDragItem to the drag
object using <a href="#append">append</a>().
<p> The data in TQIconDragItems is stored in a <a href="qbytearray.html">TQByteArray</a> and is
-mime-typed (see <a href="qmimesource.html">TQMimeSource</a> and the
+mime-typed (see <a href="tqmimesource.html">TQMimeSource</a> and the
<a href="http://doc.trolltech.com/dnd.html">Drag and Drop</a>
overview). If you want to use your own mime-types derive a class
-from TQIconDrag and reimplement <a href="qmimesource.html#format">format</a>(), <a href="#encodedData">encodedData</a>() and
+from TQIconDrag and reimplement <a href="tqmimesource.html#format">format</a>(), <a href="#encodedData">encodedData</a>() and
<a href="#canDecode">canDecode</a>().
<p> The fileiconview example program demonstrates the use of the
TQIconDrag class including subclassing and reimplementing
dragObject(), format(), encodedData() and canDecode(). See the files
<tt>qt/examples/fileiconview/qfileiconview.h</tt> and
<tt>qt/examples/fileiconview/qfileiconview.cpp</tt>.
-<p> <p>See also <a href="qmimesource.html#format">TQMimeSource::format</a>() and <a href="draganddrop.html">Drag And Drop Classes</a>.
+<p> <p>See also <a href="tqmimesource.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="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;dragSource, const&nbsp;char&nbsp;*&nbsp;name = 0 )
@@ -98,7 +98,7 @@ the textual caption, <em>tr</em>.
<p> <p>See also <a href="tqicondragitem.html">TQIconDragItem</a>.
<p>Example: <a href="fileiconview-example.html#x829">fileiconview/qfileiconview.cpp</a>.
-<h3 class=fn>bool <a name="canDecode"></a>TQIconDrag::canDecode ( <a href="qmimesource.html">TQMimeSource</a>&nbsp;*&nbsp;e )<tt> [static]</tt>
+<h3 class=fn>bool <a name="canDecode"></a>TQIconDrag::canDecode ( <a href="tqmimesource.html">TQMimeSource</a>&nbsp;*&nbsp;e )<tt> [static]</tt>
</h3>
Returns TRUE if <em>e</em> can be decoded by the TQIconDrag, otherwise
return FALSE.
@@ -110,7 +110,7 @@ Returns the encoded data of the drag object if <em>mime</em> is
application/x-qiconlist.
<p>Example: <a href="fileiconview-example.html#x831">fileiconview/qfileiconview.cpp</a>.
-<p>Reimplemented from <a href="qmimesource.html#encodedData">TQMimeSource</a>.
+<p>Reimplemented from <a href="tqmimesource.html#encodedData">TQMimeSource</a>.
<!-- eof -->
<hr><p>
This file is part of the <a href="index.html">TQt toolkit</a>.