summaryrefslogtreecommitdiffstats
path: root/doc/html/qpaintevent.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qpaintevent.html')
-rw-r--r--doc/html/qpaintevent.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qpaintevent.html b/doc/html/qpaintevent.html
index da4f9c50e..bfdcea31e 100644
--- a/doc/html/qpaintevent.html
+++ b/doc/html/qpaintevent.html
@@ -60,9 +60,9 @@ rect() can be much faster than region().boundingRect(). Painting
is clipped to region() during processing of a paint event.
<p> The <a href="#erased">erased</a>() function returns TRUE if the region() has been
cleared to the widget's background (see
-<a href="ntqwidget.html#backgroundMode">TQWidget::backgroundMode</a>()), and FALSE if the region's contents are
+<a href="tqwidget.html#backgroundMode">TQWidget::backgroundMode</a>()), and FALSE if the region's contents are
arbitrary.
-<p> <p>See also <a href="ntqpainter.html">TQPainter</a>, <a href="ntqwidget.html#update">TQWidget::update</a>(), <a href="ntqwidget.html#repaint">TQWidget::repaint</a>(), <a href="ntqwidget.html#paintEvent">TQWidget::paintEvent</a>(), <a href="ntqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>, <a href="ntqregion.html">TQRegion</a>, and <a href="events.html">Event Classes</a>.
+<p> <p>See also <a href="ntqpainter.html">TQPainter</a>, <a href="tqwidget.html#update">TQWidget::update</a>(), <a href="tqwidget.html#repaint">TQWidget::repaint</a>(), <a href="tqwidget.html#paintEvent">TQWidget::paintEvent</a>(), <a href="tqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>, <a href="ntqregion.html">TQRegion</a>, and <a href="events.html">Event Classes</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQPaintEvent"></a>TQPaintEvent::TQPaintEvent ( const&nbsp;<a href="ntqregion.html">TQRegion</a>&nbsp;&amp;&nbsp;paintRegion, bool&nbsp;erased = TRUE )