summaryrefslogtreecommitdiffstats
path: root/doc/html/qcanvasline.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qcanvasline.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qcanvasline.html')
-rw-r--r--doc/html/qcanvasline.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qcanvasline.html b/doc/html/qcanvasline.html
index 01c229ab..b216a922 100644
--- a/doc/html/qcanvasline.html
+++ b/doc/html/qcanvasline.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQCanvasLine class provides a line on a TQCanvas.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qcanvas-h.html">qcanvas.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qcanvas-h.html">ntqcanvas.h</a>&gt;</tt>
<p>Inherits <a href="qcanvaspolygonalitem.html">TQCanvasPolygonalItem</a>.
<p><a href="qcanvasline-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -48,7 +48,7 @@ body { background: #ffffff; color: black; }
<hr><a name="details"></a><h2>Detailed Description</h2>
-The TQCanvasLine class provides a line on a <a href="qcanvas.html">TQCanvas</a>.
+The TQCanvasLine class provides a line on a <a href="ntqcanvas.html">TQCanvas</a>.
<p>
@@ -63,7 +63,7 @@ coordinates with <a href="qcanvasitem.html#setX">TQCanvasItem::setX</a>(), <a hr
<p>See also <a href="graphics.html">Graphics Classes</a> and <a href="images.html">Image Processing Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQCanvasLine"></a>TQCanvasLine::TQCanvasLine ( <a href="qcanvas.html">TQCanvas</a>&nbsp;*&nbsp;canvas )
+<h3 class=fn><a name="TQCanvasLine"></a>TQCanvasLine::TQCanvasLine ( <a href="ntqcanvas.html">TQCanvas</a>&nbsp;*&nbsp;canvas )
</h3>
Constructs a line from (0,0) to (0,0) on <em>canvas</em>.
<p> <p>See also <a href="#setPoints">setPoints</a>().
@@ -72,7 +72,7 @@ Constructs a line from (0,0) to (0,0) on <em>canvas</em>.
</h3>
Destroys the line.
-<h3 class=fn><a href="qpoint.html">TQPoint</a> <a name="endPoint"></a>TQCanvasLine::endPoint () const
+<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="endPoint"></a>TQCanvasLine::endPoint () const
</h3>
<p> Returns the end point of the line.
@@ -90,7 +90,7 @@ Sets the line's start point to (<em>xa</em>, <em>ya</em>) and its end point to
(<em>xb</em>, <em>yb</em>).
<p>Example: <a href="canvas-example.html#x2922">canvas/canvas.cpp</a>.
-<h3 class=fn><a href="qpoint.html">TQPoint</a> <a name="startPoint"></a>TQCanvasLine::startPoint () const
+<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="startPoint"></a>TQCanvasLine::startPoint () const
</h3>
<p> Returns the start point of the line.