summaryrefslogtreecommitdiffstats
path: root/doc/html/canvas.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/canvas.html')
-rw-r--r--doc/html/canvas.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/canvas.html b/doc/html/canvas.html
index 2e2dcf10d..e40bafddb 100644
--- a/doc/html/canvas.html
+++ b/doc/html/canvas.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
<p>
<p> The canvas module provides a highly optimized 2D graphic area called
-<a href="qcanvas.html">TQCanvas</a>. The canvas can contain an arbitrary number of <a href="qcanvasitem.html">TQCanvasItems</a>. Canvas items can have an arbitrary
+<a href="ntqcanvas.html">TQCanvas</a>. The canvas can contain an arbitrary number of <a href="qcanvasitem.html">TQCanvasItems</a>. Canvas items can have an arbitrary
shape, size and content, can be freely moved around in the canvas,
and can be checked for collisions. Canvas items can be set to move
across the canvas automatically and animated canvas items are
@@ -44,11 +44,11 @@ supported with <a href="qcanvassprite.html">TQCanvasSprite</a>. (If you require
<p> The canvas module uses a document/view model. The <a href="qcanvasview.html">TQCanvasView</a> class
is used to show a particular view of a canvas. Multiple views can operate
on the same canvas at the same time. Every view can use an arbitrary
-<a href="qwmatrix.html#TransformationMode">transformation matrix</a> on the canvas which makes it easy to implement
+<a href="ntqwmatrix.html#TransformationMode">transformation matrix</a> on the canvas which makes it easy to implement
features such as zooming.
-<p> <center><a href="qcanvas.html">
+<p> <center><a href="ntqcanvas.html">
<img src="qcanvas.png" alt="Screenshot of a canvas"></a></center>
-<p> TQt provides a number of predefined <a href="qcanvas.html">TQCanvas</a> items as listed below.
+<p> TQt provides a number of predefined <a href="ntqcanvas.html">TQCanvas</a> items as listed below.
<p> <ul>
<li> <a href="qcanvasitem.html">TQCanvasItem</a> -- An abstract base class for all canvas items.
<li> <a href="qcanvasellipse.html">TQCanvasEllipse</a> -- An ellipse or "pie segment".
@@ -69,7 +69,7 @@ canvas.
canvas item classes. It is easiest to inherit from one of
<a href="qcanvasitem.html">TQCanvasItem</a>'s derived classes (usually <a href="qcanvaspolygonalitem.html">TQCanvasPolygonalItem</a>) rather
than inherit TQCanvasItem directly.
-<p> See <tt>examples/canvas</tt> for an example that shows off some of <a href="qcanvas.html">TQCanvas</a>'s
+<p> See <tt>examples/canvas</tt> for an example that shows off some of <a href="ntqcanvas.html">TQCanvas</a>'s
capabilities.
<p>
<!-- eof -->