summaryrefslogtreecommitdiffstats
path: root/doc/html/tutorial2-02.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/tutorial2-02.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/tutorial2-02.html')
-rw-r--r--doc/html/tutorial2-02.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tutorial2-02.html b/doc/html/tutorial2-02.html
index ad105b41..933099c5 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.