From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/canvas-chart-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/canvas-chart-example.html') diff --git a/doc/html/canvas-chart-example.html b/doc/html/canvas-chart-example.html index 19d8b9a16..fd831b302 100644 --- a/doc/html/canvas-chart-example.html +++ b/doc/html/canvas-chart-example.html @@ -232,7 +232,7 @@ private: CanvasView *m_canvasView; bool m_changed; ElementVector m_elements; - TQPrinter *m_printer; + TQPrinter *m_printer; ChartType m_chartType; AddValuesType m_addValues; int m_decimalPlaces; @@ -258,9 +258,9 @@ private: #include <tqfontdialog.h> #include <tqmenubar.h> #include <ntqmessagebox.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> #include <tqpopupmenu.h> -#include <ntqprinter.h> +#include <tqprinter.h> #include <ntqradiobutton.h> #include <tqsettings.h> #include <ntqspinbox.h> -- cgit v1.2.3