summaryrefslogtreecommitdiffstats
path: root/doc/html/tutorial2-02.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-31 11:32:43 +0900
committerMichele Calgaro <[email protected]>2024-05-31 11:59:34 +0900
commit68b81013e8668f50fc18b7e26a520ec93a7a1251 (patch)
treed6d15d07cb34e5443a10b71f91adee1473906263 /doc/html/tutorial2-02.html
parent1702a6daff27f5d3e6fdac16962d1828df6ca270 (diff)
downloadtqt3-68b81013e8668f50fc18b7e26a520ec93a7a1251.tar.gz
tqt3-68b81013e8668f50fc18b7e26a520ec93a7a1251.zip
Rename nt* canvas related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tutorial2-02.html')
-rw-r--r--doc/html/tutorial2-02.html6
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.