summaryrefslogtreecommitdiffstats
path: root/doc/html/fileiconview-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/fileiconview-example.html')
-rw-r--r--doc/html/fileiconview-example.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html
index edce37490..8b3e779c2 100644
--- a/doc/html/fileiconview-example.html
+++ b/doc/html/fileiconview-example.html
@@ -127,7 +127,7 @@ signals:
protected slots:
void itemDoubleClicked( <a href="qiconviewitem.html">TQIconViewItem</a> *i );
- void slotDropped( <a href="qdropevent.html">TQDropEvent</a> *e, const <a href="ntqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt; &amp; );
+ void slotDropped( <a href="qdropevent.html">TQDropEvent</a> *e, const <a href="tqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt; &amp; );
void viewLarge();
void viewSmall();
@@ -198,7 +198,7 @@ public:
void paintItem( <a href="ntqpainter.html">TQPainter</a> *p, const <a href="qcolorgroup.html">TQColorGroup</a> &amp;cg );
protected:
- virtual void dropped( <a href="qdropevent.html">TQDropEvent</a> *e, const <a href="ntqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt; &amp; );
+ virtual void dropped( <a href="qdropevent.html">TQDropEvent</a> *e, const <a href="tqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt; &amp; );
<a href="ntqstring.html">TQString</a> itemFileName;
<a href="ntqfileinfo.html">TQFileInfo</a> *itemFileInfo;
@@ -631,7 +631,7 @@ TQtFileIconViewItem::~TQtFileIconViewItem()
return FALSE;
}
-<a name="x839"></a>void TQtFileIconViewItem::<a href="qiconviewitem.html#dropped">dropped</a>( <a href="qdropevent.html">TQDropEvent</a> *e, const <a href="ntqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt; &amp; )
+<a name="x839"></a>void TQtFileIconViewItem::<a href="qiconviewitem.html#dropped">dropped</a>( <a href="qdropevent.html">TQDropEvent</a> *e, const <a href="tqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt; &amp; )
{
timer.stop();
@@ -648,7 +648,7 @@ TQtFileIconViewItem::~TQtFileIconViewItem()
str = "Copy\n\n";
else
str = "Move\n\n";
-<a name="x874"></a> for ( uint i = 0; i &lt; lst.<a href="ntqvaluelist.html#count">count</a>(); ++i )
+<a name="x874"></a> for ( uint i = 0; i &lt; lst.<a href="tqvaluelist.html#count">count</a>(); ++i )
str += TQString( " %1\n" ).arg( lst[i] );
str += TQString( "\n"
"To\n\n"
@@ -720,8 +720,8 @@ TQtFileIconViewItem::~TQtFileIconViewItem()
this, TQ_SLOT( itemDoubleClicked( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ) );
<a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#returnPressed">returnPressed</a>( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ),
this, TQ_SLOT( itemDoubleClicked( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ) );
- <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#dropped">dropped</a>( <a href="qdropevent.html">TQDropEvent</a> *, const <a href="ntqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt; &amp; ) ),
- this, TQ_SLOT( slotDropped( <a href="qdropevent.html">TQDropEvent</a> *, const <a href="ntqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt; &amp; ) ) );
+ <a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#dropped">dropped</a>( <a href="qdropevent.html">TQDropEvent</a> *, const <a href="tqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt; &amp; ) ),
+ this, TQ_SLOT( slotDropped( <a href="qdropevent.html">TQDropEvent</a> *, const <a href="tqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt; &amp; ) ) );
<a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL( <a href="ntqiconview.html#contextMenuRequested">contextMenuRequested</a>( <a href="qiconviewitem.html">TQIconViewItem</a> *, const <a href="ntqpoint.html">TQPoint</a> &amp; ) ),
this, TQ_SLOT( slotRightPressed( <a href="qiconviewitem.html">TQIconViewItem</a> * ) ) );
@@ -909,7 +909,7 @@ void <a name="f308"></a>TQtFileIconView::itemDoubleClicked( <a href="qiconviewit
TQIconView::<a href="tqwidget.html#keyPressEvent">keyPressEvent</a>( e );
}
-void <a name="f309"></a>TQtFileIconView::slotDropped( <a href="qdropevent.html">TQDropEvent</a> *e, const <a href="ntqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt; &amp; )
+void <a name="f309"></a>TQtFileIconView::slotDropped( <a href="qdropevent.html">TQDropEvent</a> *e, const <a href="tqvaluelist.html">TQValueList</a>&lt;TQIconDragItem&gt; &amp; )
{
if ( openItem )
openItem-&gt;timer.stop();
@@ -926,7 +926,7 @@ void <a name="f309"></a>TQtFileIconView::slotDropped( <a href="qdropevent.html">
str = "Copy\n\n";
else
str = "Move\n\n";
- for ( uint i = 0; i &lt; lst.<a href="ntqvaluelist.html#count">count</a>(); ++i )
+ for ( uint i = 0; i &lt; lst.<a href="tqvaluelist.html#count">count</a>(); ++i )
<a name="x811"></a> str += TQString( " %1\n" ).arg( TQDir::<a href="ntqdir.html#convertSeparators">convertSeparators</a>(lst[i]) );
str += TQString( "\n"
"To\n\n"