diff options
Diffstat (limited to 'doc/html/iconview-example.html')
-rw-r--r-- | doc/html/iconview-example.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/iconview-example.html b/doc/html/iconview-example.html index fe9db0dc3..3f7a20ba3 100644 --- a/doc/html/iconview-example.html +++ b/doc/html/iconview-example.html @@ -56,7 +56,7 @@ view modes, rubberband selection, etc. #include <<a href="qmime-h.html">ntqmime.h</a>> #include <stdio.h> -class ListenDND : public <a href="ntqobject.html">TQObject</a> +class ListenDND : public <a href="tqobject.html">TQObject</a> { <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> @@ -101,9 +101,9 @@ int main( int argc, char **argv ) qiconview.<a href="ntqwidget.html#setCaption">setCaption</a>( "TQt Example - Iconview" ); ListenDND listen_dnd( &qiconview ); -<a name="x1460"></a><a name="x1455"></a> TQObject::<a href="ntqobject.html#connect">connect</a>( &qiconview, TQ_SIGNAL( <a href="ntqiconview.html#dropped">dropped</a>( <a href="qdropevent.html">TQDropEvent</a> *, const <a href="ntqvaluelist.html">TQValueList</a><TQIconDragItem> & ) ), +<a name="x1460"></a><a name="x1455"></a> TQObject::<a href="tqobject.html#connect">connect</a>( &qiconview, TQ_SIGNAL( <a href="ntqiconview.html#dropped">dropped</a>( <a href="qdropevent.html">TQDropEvent</a> *, const <a href="ntqvaluelist.html">TQValueList</a><TQIconDragItem> & ) ), &listen_dnd, TQ_SLOT( dropped( <a href="qdropevent.html">TQDropEvent</a> * ) ) ); -<a name="x1456"></a> TQObject::<a href="ntqobject.html#connect">connect</a>( &qiconview, TQ_SIGNAL( <a href="ntqiconview.html#moved">moved</a>() ), &listen_dnd, TQ_SLOT( moved() ) ); +<a name="x1456"></a> TQObject::<a href="tqobject.html#connect">connect</a>( &qiconview, TQ_SIGNAL( <a href="ntqiconview.html#moved">moved</a>() ), &listen_dnd, TQ_SLOT( moved() ) ); a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &qiconview ); <a name="x1462"></a> qiconview.<a href="ntqwidget.html#show">show</a>(); |