summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqpaintdevice.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqpaintdevice.html')
-rw-r--r--doc/html/ntqpaintdevice.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqpaintdevice.html b/doc/html/ntqpaintdevice.html
index 0af3d6913..0ffdf4109 100644
--- a/doc/html/ntqpaintdevice.html
+++ b/doc/html/ntqpaintdevice.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
can be painted.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qpaintdevice-h.html">ntqpaintdevice.h</a>&gt;</tt>
-<p>Inherited by <a href="ntqwidget.html">TQWidget</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqpicture.html">TQPicture</a>, and <a href="ntqprinter.html">TQPrinter</a>.
+<p>Inherited by <a href="tqwidget.html">TQWidget</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqpicture.html">TQPicture</a>, and <a href="ntqprinter.html">TQPrinter</a>.
<p><a href="qpaintdevice-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -99,7 +99,7 @@ can be painted.
<p> A paint device is an abstraction of a two-dimensional space that
can be drawn using a <a href="ntqpainter.html">TQPainter</a>. The drawing capabilities are
-implemented by the subclasses <a href="ntqwidget.html">TQWidget</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqpicture.html">TQPicture</a> and
+implemented by the subclasses <a href="tqwidget.html">TQWidget</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqpicture.html">TQPicture</a> and
<a href="ntqprinter.html">TQPrinter</a>.
<p> The default coordinate system of a paint device has its origin
located at the top-left position. X increases to the right and Y
@@ -437,7 +437,7 @@ masked <a href="ntqpixmap.html">TQPixmap</a>, the entire blit is masked by <em>s
<em>sw</em> or <em>sh</em> is negative bitBlt() copies starting at <em>sx</em> (and
respectively, <em>sy</em>) and ending at the right end (respectively,
bottom) of <em>src</em>.
-<p> <em>src</em> must be a <a href="ntqwidget.html">TQWidget</a> or TQPixmap. You cannot blit from a
+<p> <em>src</em> must be a <a href="tqwidget.html">TQWidget</a> or TQPixmap. You cannot blit from a
<a href="ntqprinter.html">TQPrinter</a>, for example. bitBlt() does nothing if you attempt to
blit from an unsupported device.
<p> bitBlt() does nothing if <em>src</em> has a greater depth than <em>dst</em>.