summaryrefslogtreecommitdiffstats
path: root/doc/html/dirview-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/dirview-example.html')
-rw-r--r--doc/html/dirview-example.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/dirview-example.html b/doc/html/dirview-example.html
index 96dcf08f6..a896745ae 100644
--- a/doc/html/dirview-example.html
+++ b/doc/html/dirview-example.html
@@ -450,7 +450,7 @@ TQString <a name="f477"></a>Directory::fullName()
this, TQ_SLOT( slotFolderSelected( <a href="qlistviewitem.html">TQListViewItem</a> * ) ) );
<a href="tqwidget.html#setAcceptDrops">setAcceptDrops</a>( TRUE );
- <a href="ntqscrollview.html#viewport">viewport</a>()-&gt;setAcceptDrops( TRUE );
+ <a href="tqscrollview.html#viewport">viewport</a>()-&gt;setAcceptDrops( TRUE );
<a name="x1706"></a> <a href="tqobject.html#connect">connect</a>( autoopen_timer, TQ_SIGNAL( <a href="tqtimer.html#timeout">timeout</a>() ),
this, TQ_SLOT( openFolder() ) );
@@ -477,7 +477,7 @@ void <a name="f480"></a>DirectoryView::openFolder()
static const int autoopenTime = 750;
-<a name="x1679"></a>void DirectoryView::<a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>( <a href="tqdragenterevent.html">TQDragEnterEvent</a> *e )
+<a name="x1679"></a>void DirectoryView::<a href="tqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>( <a href="tqdragenterevent.html">TQDragEnterEvent</a> *e )
{
if ( !TQUriDrag::canDecode(e) ) {
<a name="x1669"></a> e-&gt;<a href="tqdragmoveevent.html#ignore">ignore</a>();
@@ -486,7 +486,7 @@ static const int autoopenTime = 750;
oldCurrent = <a href="ntqlistview.html#currentItem">currentItem</a>();
-<a name="x1673"></a> <a href="qlistviewitem.html">TQListViewItem</a> *i = <a href="ntqlistview.html#itemAt">itemAt</a>( <a href="ntqscrollview.html#contentsToViewport">contentsToViewport</a>(e-&gt;<a href="tqdropevent.html#pos">pos</a>()) );
+<a name="x1673"></a> <a href="qlistviewitem.html">TQListViewItem</a> *i = <a href="ntqlistview.html#itemAt">itemAt</a>( <a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>(e-&gt;<a href="tqdropevent.html#pos">pos</a>()) );
if ( i ) {
dropItem = i;
<a name="x1704"></a> autoopen_timer-&gt;<a href="tqtimer.html#start">start</a>( autoopenTime );
@@ -494,14 +494,14 @@ static const int autoopenTime = 750;
}
-<a name="x1681"></a>void DirectoryView::<a href="ntqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>( <a href="tqdragmoveevent.html">TQDragMoveEvent</a> *e )
+<a name="x1681"></a>void DirectoryView::<a href="tqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>( <a href="tqdragmoveevent.html">TQDragMoveEvent</a> *e )
{
if ( !TQUriDrag::canDecode(e) ) {
e-&gt;<a href="tqdragmoveevent.html#ignore">ignore</a>();
return;
}
- <a href="tqpoint.html">TQPoint</a> vp = <a href="ntqscrollview.html#contentsToViewport">contentsToViewport</a>( ( (TQDragMoveEvent*)e )-&gt;pos() );
+ <a href="tqpoint.html">TQPoint</a> vp = <a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>( ( (TQDragMoveEvent*)e )-&gt;pos() );
<a href="qlistviewitem.html">TQListViewItem</a> *i = <a href="ntqlistview.html#itemAt">itemAt</a>( vp );
if ( i ) {
<a href="ntqlistview.html#setSelected">setSelected</a>( i, TRUE );
@@ -530,7 +530,7 @@ static const int autoopenTime = 750;
}
}
-<a name="x1680"></a>void DirectoryView::<a href="ntqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>( <a href="tqdragleaveevent.html">TQDragLeaveEvent</a> * )
+<a name="x1680"></a>void DirectoryView::<a href="tqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>( <a href="tqdragleaveevent.html">TQDragLeaveEvent</a> * )
{
autoopen_timer-&gt;<a href="tqtimer.html#stop">stop</a>();
dropItem = 0;
@@ -539,7 +539,7 @@ static const int autoopenTime = 750;
<a href="ntqlistview.html#setSelected">setSelected</a>( oldCurrent, TRUE );
}
-<a name="x1682"></a>void DirectoryView::<a href="ntqscrollview.html#contentsDropEvent">contentsDropEvent</a>( <a href="tqdropevent.html">TQDropEvent</a> *e )
+<a name="x1682"></a>void DirectoryView::<a href="tqscrollview.html#contentsDropEvent">contentsDropEvent</a>( <a href="tqdropevent.html">TQDropEvent</a> *e )
{
autoopen_timer-&gt;<a href="tqtimer.html#stop">stop</a>();
@@ -548,7 +548,7 @@ static const int autoopenTime = 750;
return;
}
- <a href="qlistviewitem.html">TQListViewItem</a> *item = <a href="ntqlistview.html#itemAt">itemAt</a>( <a href="ntqscrollview.html#contentsToViewport">contentsToViewport</a>(e-&gt;<a href="tqdropevent.html#pos">pos</a>()) );
+ <a href="qlistviewitem.html">TQListViewItem</a> *item = <a href="ntqlistview.html#itemAt">itemAt</a>( <a href="tqscrollview.html#contentsToViewport">contentsToViewport</a>(e-&gt;<a href="tqdropevent.html#pos">pos</a>()) );
if ( item ) {
<a href="tqstrlist.html">TQStrList</a> lst;