summaryrefslogtreecommitdiffstats
path: root/examples/chart
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /examples/chart
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt-a30f5359.tar.gz
tqt-a30f5359.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/chart')
-rw-r--r--examples/chart/chartform.cpp4
-rw-r--r--examples/chart/chartform_canvas.cpp2
-rw-r--r--examples/chart/chartform_files.cpp2
-rw-r--r--examples/chart/element.h2
-rw-r--r--examples/chart/optionsform.cpp2
-rw-r--r--examples/chart/setdataform.cpp2
6 files changed, 7 insertions, 7 deletions
diff --git a/examples/chart/chartform.cpp b/examples/chart/chartform.cpp
index 24b13198d..7cd29138e 100644
--- a/examples/chart/chartform.cpp
+++ b/examples/chart/chartform.cpp
@@ -8,8 +8,8 @@
#include <ntqcombobox.h>
#include <tqfile.h>
#include <tqfiledialog.h>
-#include <ntqfont.h>
-#include <ntqfontdialog.h>
+#include <tqfont.h>
+#include <tqfontdialog.h>
#include <tqmenubar.h>
#include <ntqmessagebox.h>
#include <ntqpixmap.h>
diff --git a/examples/chart/chartform_canvas.cpp b/examples/chart/chartform_canvas.cpp
index 8d7892924..ffcf748a4 100644
--- a/examples/chart/chartform_canvas.cpp
+++ b/examples/chart/chartform_canvas.cpp
@@ -1,7 +1,7 @@
#include "canvastext.h"
#include "chartform.h"
-#include <ntqbrush.h>
+#include <tqbrush.h>
#include <tqcanvas.h>
#include <math.h> // sin, cos
diff --git a/examples/chart/chartform_files.cpp b/examples/chart/chartform_files.cpp
index 60358d1fb..95df7a10a 100644
--- a/examples/chart/chartform_files.cpp
+++ b/examples/chart/chartform_files.cpp
@@ -3,7 +3,7 @@
#include <tqfile.h>
#include <tqfiledialog.h>
-#include <ntqpainter.h>
+#include <tqpainter.h>
#include <ntqprinter.h>
#include <tqstatusbar.h>
diff --git a/examples/chart/element.h b/examples/chart/element.h
index f9b6c3117..a6827867c 100644
--- a/examples/chart/element.h
+++ b/examples/chart/element.h
@@ -1,7 +1,7 @@
#ifndef ELEMENT_H
#define ELEMENT_H
-#include <ntqcolor.h>
+#include <tqcolor.h>
#include <ntqnamespace.h>
#include <tqstring.h>
#include <tqvaluevector.h>
diff --git a/examples/chart/optionsform.cpp b/examples/chart/optionsform.cpp
index 1896067c0..dd2c8d2b8 100644
--- a/examples/chart/optionsform.cpp
+++ b/examples/chart/optionsform.cpp
@@ -2,7 +2,7 @@
#include <ntqbuttongroup.h>
#include <ntqcombobox.h>
-#include <ntqfontdialog.h>
+#include <tqfontdialog.h>
#include <ntqframe.h>
#include <tqimage.h>
#include <ntqlabel.h>
diff --git a/examples/chart/setdataform.cpp b/examples/chart/setdataform.cpp
index 7de1e2b06..26eb1c16d 100644
--- a/examples/chart/setdataform.cpp
+++ b/examples/chart/setdataform.cpp
@@ -1,7 +1,7 @@
#include "setdataform.h"
#include "chartform.h"
-#include <ntqcolordialog.h>
+#include <tqcolordialog.h>
#include <ntqcombobox.h>
#include <ntqlayout.h>
#include <ntqpixmap.h>