summaryrefslogtreecommitdiffstats
path: root/doc/html/qdropevent.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qdropevent.html')
-rw-r--r--doc/html/qdropevent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qdropevent.html b/doc/html/qdropevent.html
index a53c65911..5c444ce08 100644
--- a/doc/html/qdropevent.html
+++ b/doc/html/qdropevent.html
@@ -105,7 +105,7 @@ which your widget processed. Set <em>y</em> to TRUE (the default) if
your widget could process the data, otherwise set <em>y</em> to FALSE.
To get the data, use <a href="#encodedData">encodedData</a>(), or preferably, the decode()
methods of existing <a href="ntqdragobject.html">TQDragObject</a> subclasses, such as
-<a href="qtextdrag.html#decode">TQTextDrag::decode</a>(), or your own subclasses.
+<a href="tqtextdrag.html#decode">TQTextDrag::decode</a>(), or your own subclasses.
<p> <p>See also <a href="#acceptAction">acceptAction</a>().
<p>Example: <a href="simple_dd-example.html#x2819">iconview/simple_dd/main.cpp</a>.