summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcanvasview.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/tqcanvasview.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt-8ac0e970.tar.gz
tqt-8ac0e970.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 bbd572f2c..f07d914ad 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