diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-31 11:32:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-31 11:59:34 +0900 |
commit | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (patch) | |
tree | d6d15d07cb34e5443a10b71f91adee1473906263 /examples/chart | |
parent | 1702a6daff27f5d3e6fdac16962d1828df6ca270 (diff) | |
download | tqt3-68b81013e8668f50fc18b7e26a520ec93a7a1251.tar.gz tqt3-68b81013e8668f50fc18b7e26a520ec93a7a1251.zip |
Rename nt* canvas related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/chart')
-rw-r--r-- | examples/chart/canvastext.h | 2 | ||||
-rw-r--r-- | examples/chart/canvasview.h | 2 | ||||
-rw-r--r-- | examples/chart/chart.doc | 2 | ||||
-rw-r--r-- | examples/chart/chartform_canvas.cpp | 2 | ||||
-rw-r--r-- | examples/chart/images/chart-forms.sk | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/chart/canvastext.h b/examples/chart/canvastext.h index 6b61fa46f..fa288c2bf 100644 --- a/examples/chart/canvastext.h +++ b/examples/chart/canvastext.h @@ -1,7 +1,7 @@ #ifndef CANVASTEXT_H #define CANVASTEXT_H -#include <ntqcanvas.h> +#include <tqcanvas.h> class TQFont; diff --git a/examples/chart/canvasview.h b/examples/chart/canvasview.h index a066c1b1f..0bb176275 100644 --- a/examples/chart/canvasview.h +++ b/examples/chart/canvasview.h @@ -4,7 +4,7 @@ #include "element.h" #include "canvastext.h" -#include <ntqcanvas.h> +#include <tqcanvas.h> class TQPoint; diff --git a/examples/chart/chart.doc b/examples/chart/chart.doc index c6c99f267..ff4f7c860 100644 --- a/examples/chart/chart.doc +++ b/examples/chart/chart.doc @@ -6,7 +6,7 @@ \title A Complete Canvas Application This is a complete example program with a main window, menus and - toolbars. The main widget is a QCanvas, and this example + toolbars. The main widget is a TQCanvas, and this example demonstrates basic canvas usage. \omit This example is the subject of \link tutorial2.html Tutorial diff --git a/examples/chart/chartform_canvas.cpp b/examples/chart/chartform_canvas.cpp index 72b65f5c1..8d7892924 100644 --- a/examples/chart/chartform_canvas.cpp +++ b/examples/chart/chartform_canvas.cpp @@ -2,7 +2,7 @@ #include "chartform.h" #include <ntqbrush.h> -#include <ntqcanvas.h> +#include <tqcanvas.h> #include <math.h> // sin, cos diff --git a/examples/chart/images/chart-forms.sk b/examples/chart/images/chart-forms.sk index d9087b48d..89d6ff9f8 100644 --- a/examples/chart/images/chart-forms.sk +++ b/examples/chart/images/chart-forms.sk @@ -84,7 +84,7 @@ le() lw(1) Fn('Helvetica-Narrow-Bold') Fs(18) -txt('QCanvas',(580.906,-614.774)) +txt('TQCanvas',(580.906,-614.774)) G_() lw(1.41732) la2(([(-4.0, 3.0), (2.0, 0.0), (-4.0, -3.0), (-4.0, 3.0)], 1)) |