summaryrefslogtreecommitdiffstats
path: root/examples/chart
diff options
context:
space:
mode:
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>