summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index 430e9432d..47e0209e1 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -3085,7 +3085,7 @@ works only if the viewport accepts drops. Specifying FALSE
disables this autoscroll feature.
<p> <b>Warning:</b> Enabling this property might not be enough to
effectively turn on autoscrolling. If you put a custom widget in
-the QScrollView, you might need to call QDragEvent::ignore() on
+the QScrollView, you might need to call TQDragEvent::ignore() on
the event in the <a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>() and <a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>()
reimplementations.
@@ -3823,7 +3823,7 @@ source factory, you must ensure that the factory knows about the
encoding of specified files; otherwise no data will be available.
The default factory handles a couple of common file extensions
such as <tt>*.html</tt> and <tt>*.txt</tt> with reasonable defaults. See
-<a href="qmimesourcefactory.html#data">QMimeSourceFactory::data</a>() for details.
+<a href="tqmimesourcefactory.html#data">TQMimeSourceFactory::data</a>() for details.
<p>Set this property's value with <a href="tqtextbrowser.html#setSource">setSource</a>() and get this property's value with <a href="tqtextbrowser.html#source">source</a>().
</doc>