diff options
Diffstat (limited to 'doc/html/ntqdropsite.html')
-rw-r--r-- | doc/html/ntqdropsite.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqdropsite.html b/doc/html/ntqdropsite.html index d46035f73..261335d65 100644 --- a/doc/html/ntqdropsite.html +++ b/doc/html/ntqdropsite.html @@ -47,16 +47,16 @@ The TQDropSite class provides nothing and does nothing. <p> <b>This class is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> If your code uses it, you can safely delete it. <p> It was used in TQt 1.x to do some drag and drop; that has since been -folded into <a href="ntqwidget.html">TQWidget</a>. +folded into <a href="tqwidget.html">TQWidget</a>. <p> For detailed information about drag-and-drop, see the <a href="ntqdragobject.html">TQDragObject</a> class. <p> <p>See also <a href="ntqdragobject.html">TQDragObject</a>, <a href="qtextdrag.html">TQTextDrag</a>, and <a href="qimagedrag.html">TQImageDrag</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQDropSite"></a>TQDropSite::TQDropSite ( <a href="ntqwidget.html">TQWidget</a> * self ) +<h3 class=fn><a name="TQDropSite"></a>TQDropSite::TQDropSite ( <a href="tqwidget.html">TQWidget</a> * self ) </h3> Constructs a TQDropSite to handle events for the widget <em>self</em>. <p> Pass <tt>this</tt> as the <em>self</em> parameter. -This enables dropping by calling <a href="ntqwidget.html#setAcceptDrops">TQWidget::setAcceptDrops</a>(TRUE). +This enables dropping by calling <a href="tqwidget.html#setAcceptDrops">TQWidget::setAcceptDrops</a>(TRUE). <h3 class=fn><a name="~TQDropSite"></a>TQDropSite::~TQDropSite ()<tt> [virtual]</tt> </h3> |