diff options
Diffstat (limited to 'doc/html/tutorial2-02.html')
-rw-r--r-- | doc/html/tutorial2-02.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tutorial2-02.html b/doc/html/tutorial2-02.html index 933099c59..e01dee8c8 100644 --- a/doc/html/tutorial2-02.html +++ b/doc/html/tutorial2-02.html @@ -44,10 +44,10 @@ form. The chart form has a menubar and toolbar which provide access to 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="ntqcanvas.html">TQCanvas</a> on which we draw the pie chart or bar graph. We subclass +<p> The chart form's main widget is a <a href="tqcanvasview.html">TQCanvasView</a> which displays the +<a href="tqcanvas.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) +subclass the <a href="tqcanvastext.html">TQCanvasText</a> class (used to place text items on a canvas) since we require slightly more than the standard class provides. <p> The project file, <tt>chart.pro</tt>, is used to create the Makefile that is used to build the application. |