diff options
Diffstat (limited to 'doc/html/tutorial2-02.html')
-rw-r--r-- | doc/html/tutorial2-02.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tutorial2-02.html b/doc/html/tutorial2-02.html index ad105b41a..933099c59 100644 --- a/doc/html/tutorial2-02.html +++ b/doc/html/tutorial2-02.html @@ -45,7 +45,7 @@ the program's functionality. The program provides two dialogs, one to set options, and the other to create and edit a data set. Both dialogs are launched from chart form menu options or toolbar buttons. <p> The chart form's main widget is a <a href="qcanvasview.html">TQCanvasView</a> which displays the -<a href="qcanvas.html">TQCanvas</a> on which we draw the pie chart or bar graph. We subclass +<a href="ntqcanvas.html">TQCanvas</a> on which we draw the pie chart or bar graph. We subclass TQCanvasView to obtain some specialised behaviour. Similarly we subclass the <a href="qcanvastext.html">TQCanvasText</a> class (used to place text items on a canvas) since we require slightly more than the standard class provides. |