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 409e7e08c..ad105b41a 100644 --- a/doc/html/tutorial2-02.html +++ b/doc/html/tutorial2-02.html @@ -48,7 +48,7 @@ are launched from chart form menu options or toolbar buttons. <a href="qcanvas.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 retquire slightly more than the standard class provides. +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. <p> <p align="right"> |