summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcanvas.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqcanvas.html')
-rw-r--r--doc/html/tqcanvas.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqcanvas.html b/doc/html/tqcanvas.html
index 696537262..d3bf3a344 100644
--- a/doc/html/tqcanvas.html
+++ b/doc/html/tqcanvas.html
@@ -154,7 +154,7 @@ using <a href="#setBackgroundColor">setBackgroundColor</a>(), or to a repeated p
<a href="#setTiles">setTiles</a>(). Individual tiles can be set with <a href="#setTile">setTile</a>(). There
are corresponding get functions, e.g. <a href="#backgroundColor">backgroundColor</a>() and
<a href="#backgroundPixmap">backgroundPixmap</a>().
-<p> Note that TQCanvas does not inherit from <a href="ntqwidget.html">TQWidget</a>, even though it has some
+<p> Note that TQCanvas does not inherit from <a href="tqwidget.html">TQWidget</a>, even though it has some
functions which provide the same functionality as those in TQWidget. One
of these is setBackgroundPixmap(); some others are <a href="#resize">resize</a>(), <a href="#size">size</a>(),
<a href="#width">width</a>() and <a href="#height">height</a>(). <a href="tqcanvasview.html">TQCanvasView</a> is the widget used to display a
@@ -285,7 +285,7 @@ Returns a list of all the items in the canvas.
Returns the color set by <a href="#setBackgroundColor">setBackgroundColor</a>(). By default, this is
white.
<p> This function is not a reimplementation of
-<a href="ntqwidget.html#backgroundColor">TQWidget::backgroundColor</a>() (TQCanvas is not a subclass of <a href="ntqwidget.html">TQWidget</a>),
+<a href="tqwidget.html#backgroundColor">TQWidget::backgroundColor</a>() (TQCanvas is not a subclass of <a href="tqwidget.html">TQWidget</a>),
but all TQCanvasViews that are viewing the canvas will set their
backgrounds to this color.
<p> <p>See also <a href="#setBackgroundColor">setBackgroundColor</a>() and <a href="#backgroundPixmap">backgroundPixmap</a>().