diff options
Diffstat (limited to 'doc/html/fileiconview-example.html')
-rw-r--r-- | doc/html/fileiconview-example.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html index 8ec2b7428..a593a0f6b 100644 --- a/doc/html/fileiconview-example.html +++ b/doc/html/fileiconview-example.html @@ -235,7 +235,7 @@ protected: #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="tqevent-h.html">tqevent.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> -#include <<a href="qcursor-h.html">ntqcursor.h</a>> +#include <<a href="tqcursor-h.html">tqcursor.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqwmatrix-h.html">tqwmatrix.h</a>> @@ -877,7 +877,7 @@ void <a name="f308"></a>TQtFileIconView::itemDoubleClicked( <a href="tqiconviewi if ( !currentItem() ) return 0; -<a name="x809"></a> <a href="tqpoint.html">TQPoint</a> orig = <a href="tqscrollview.html#viewportToContents">viewportToContents</a>( <a href="tqscrollview.html#viewport">viewport</a>()->mapFromGlobal( TQCursor::<a href="ntqcursor.html#pos">pos</a>() ) ); +<a name="x809"></a> <a href="tqpoint.html">TQPoint</a> orig = <a href="tqscrollview.html#viewportToContents">viewportToContents</a>( <a href="tqscrollview.html#viewport">viewport</a>()->mapFromGlobal( TQCursor::<a href="tqcursor.html#pos">pos</a>() ) ); TQtFileIconDrag *drag = new TQtFileIconDrag( <a href="tqscrollview.html#viewport">viewport</a>() ); <a name="x815"></a> drag-><a href="tqdragobject.html#setPixmap">setPixmap</a>( *currentItem()->pixmap(), TQPoint( <a href="tqiconview.html#currentItem">currentItem</a>()->pixmapRect().width() / 2, currentItem()->pixmapRect().height() / 2 ) ); @@ -1016,7 +1016,7 @@ void <a name="f320"></a>TQtFileIconView::slotRightPressed( <a href="tqiconviewit menu.<a href="tqmenudata.html#insertItem">insertItem</a>( "Sort &descending", this, TQ_SLOT( sortDescending() ) ); <a name="x875"></a> menu.<a href="tqwidget.html#setMouseTracking">setMouseTracking</a>( TRUE ); -<a name="x866"></a> menu.<a href="tqpopupmenu.html#exec">exec</a>( TQCursor::<a href="ntqcursor.html#pos">pos</a>() ); +<a name="x866"></a> menu.<a href="tqpopupmenu.html#exec">exec</a>( TQCursor::<a href="tqcursor.html#pos">pos</a>() ); } else { // on item <a href="tqpopupmenu.html">TQPopupMenu</a> menu( this ); @@ -1024,7 +1024,7 @@ void <a name="f320"></a>TQtFileIconView::slotRightPressed( <a href="tqiconviewit int REMOVE_ITEM = menu.<a href="tqmenudata.html#insertItem">insertItem</a>( "Remove Item" ); menu.<a href="tqwidget.html#setMouseTracking">setMouseTracking</a>( TRUE ); - int id = menu.<a href="tqpopupmenu.html#exec">exec</a>( TQCursor::<a href="ntqcursor.html#pos">pos</a>() ); + int id = menu.<a href="tqpopupmenu.html#exec">exec</a>( TQCursor::<a href="tqcursor.html#pos">pos</a>() ); if ( id == -1 ) return; |