diff options
Diffstat (limited to 'doc/html/ntqiconview.html')
-rw-r--r-- | doc/html/ntqiconview.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqiconview.html b/doc/html/ntqiconview.html index 9aa536a61..3b5263882 100644 --- a/doc/html/ntqiconview.html +++ b/doc/html/ntqiconview.html @@ -293,7 +293,7 @@ reimplement <a href="qiconviewitem.html#acceptDrop">TQIconViewItem::acceptDrop</ void MyIconViewItem::dropped( <a href="qdropevent.html">TQDropEvent</a> *evt, const <a href="tqvaluelist.html">TQValueList</a><TQIconDragItem>& ) { - <a href="ntqstring.html">TQString</a> label; + <a href="tqstring.html">TQString</a> label; if ( TQTextDrag::<a href="qtextdrag.html#decode">decode</a>( evt, label ) ) setText( label ); } @@ -549,7 +549,7 @@ these items. Returns a pointer to the item that contains point <em>pos</em>, which is given in contents coordinates, or 0 if no item contains point <em>pos</em>. -<h3 class=fn><a href="qiconviewitem.html">TQIconViewItem</a> * <a name="findItem-2"></a>TQIconView::findItem ( const <a href="ntqstring.html">TQString</a> & text, ComparisonFlags compare = BeginsWith ) const +<h3 class=fn><a href="qiconviewitem.html">TQIconViewItem</a> * <a name="findItem-2"></a>TQIconView::findItem ( const <a href="tqstring.html">TQString</a> & text, ComparisonFlags compare = BeginsWith ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns a pointer to the first item whose text begins with <em>text</em>, or 0 if no such item could be found. Use the <em>compare</em> flag @@ -606,7 +606,7 @@ mode. Returns TRUE if an iconview item is being renamed; otherwise returns FALSE. -<h3 class=fn>void <a name="itemRenamed"></a>TQIconView::itemRenamed ( <a href="qiconviewitem.html">TQIconViewItem</a> * item, const <a href="ntqstring.html">TQString</a> & name )<tt> [signal]</tt> +<h3 class=fn>void <a name="itemRenamed"></a>TQIconView::itemRenamed ( <a href="qiconviewitem.html">TQIconViewItem</a> * item, const <a href="tqstring.html">TQString</a> & name )<tt> [signal]</tt> </h3> <p> This signal is emitted when <em>item</em> has been renamed to <em>name</em>, |