summaryrefslogtreecommitdiffstats
path: root/doc/html/qpaintevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qpaintevent.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt-8ac0e970.tar.gz
tqt-8ac0e970.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 )