diff options
Diffstat (limited to 'doc/html/tqicondrag.html')
-rw-r--r-- | doc/html/tqicondrag.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqicondrag.html b/doc/html/tqicondrag.html index 3b4f3b9d0..ddaddb327 100644 --- a/doc/html/tqicondrag.html +++ b/doc/html/tqicondrag.html @@ -76,8 +76,8 @@ from TQIconDrag and reimplement <a href="tqmimesource.html#format">format</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>. +<tt>qt/examples/fileiconview/tqfileiconview.h</tt> and +<tt>qt/examples/fileiconview/tqfileiconview.cpp</tt>. <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> @@ -97,19 +97,19 @@ items. You must also supply the geometry of the pixmap, <em>pr</em>, and 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>. +<p>Example: <a href="fileiconview-example.html#x829">fileiconview/tqfileiconview.cpp</a>. <h3 class=fn>bool <a name="canDecode"></a>TQIconDrag::canDecode ( <a href="tqmimesource.html">TQMimeSource</a> * e )<tt> [static]</tt> </h3> Returns TRUE if <em>e</em> can be decoded by the TQIconDrag, otherwise return FALSE. -<p>Example: <a href="fileiconview-example.html#x830">fileiconview/qfileiconview.cpp</a>. +<p>Example: <a href="fileiconview-example.html#x830">fileiconview/tqfileiconview.cpp</a>. <h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="encodedData"></a>TQIconDrag::encodedData ( const char * mime ) const<tt> [virtual]</tt> </h3> 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>Example: <a href="fileiconview-example.html#x831">fileiconview/tqfileiconview.cpp</a>. <p>Reimplemented from <a href="tqmimesource.html#encodedData">TQMimeSource</a>. <!-- eof --> <hr><p> |