summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcanvasview.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqcanvasview.html')
-rw-r--r--doc/html/tqcanvasview.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqcanvasview.html b/doc/html/tqcanvasview.html
index bbd572f2..f07d914a 100644
--- a/doc/html/tqcanvasview.html
+++ b/doc/html/tqcanvasview.html
@@ -109,14 +109,14 @@ this view, i.e. the bounding rectangle of the view in canvas coordinates.
<p>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQCanvasView"></a>TQCanvasView::TQCanvasView ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQCanvasView"></a>TQCanvasView::TQCanvasView ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
Constructs a TQCanvasView with parent <em>parent</em>, and name <em>name</em>,
using the widget flags <em>f</em>. The canvas view is not associated
with a canvas, so you must to call <a href="#setCanvas">setCanvas</a>() to view a
canvas.
-<h3 class=fn><a name="TQCanvasView-2"></a>TQCanvasView::TQCanvasView ( <a href="tqcanvas.html">TQCanvas</a>&nbsp;*&nbsp;canvas, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQCanvasView-2"></a>TQCanvasView::TQCanvasView ( <a href="tqcanvas.html">TQCanvas</a>&nbsp;*&nbsp;canvas, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Constructs a TQCanvasView which views canvas <em>canvas</em>, with parent