summaryrefslogtreecommitdiffstats
path: root/examples/chart
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
commitfef846914f8db6dc117e206ef913d519bf6bb33e (patch)
treed6567b31f7f22d0c8c66eec947dff1960efa25ac /examples/chart
parent8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff)
downloadtqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz
tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.zip
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/chart')
-rw-r--r--examples/chart/chartform.cpp6
-rw-r--r--examples/chart/optionsform.cpp8
-rw-r--r--examples/chart/optionsform.h2
-rw-r--r--examples/chart/setdataform.cpp4
-rw-r--r--examples/chart/setdataform.h2
5 files changed, 11 insertions, 11 deletions
diff --git a/examples/chart/chartform.cpp b/examples/chart/chartform.cpp
index a36676214..9a7abfefd 100644
--- a/examples/chart/chartform.cpp
+++ b/examples/chart/chartform.cpp
@@ -5,7 +5,7 @@
#include <tqaction.h>
#include <ntqapplication.h>
-#include <ntqcombobox.h>
+#include <tqcombobox.h>
#include <tqfile.h>
#include <tqfiledialog.h>
#include <tqfont.h>
@@ -15,9 +15,9 @@
#include <tqpixmap.h>
#include <tqpopupmenu.h>
#include <tqprinter.h>
-#include <ntqradiobutton.h>
+#include <tqradiobutton.h>
#include <tqsettings.h>
-#include <ntqspinbox.h>
+#include <tqspinbox.h>
#include <tqstatusbar.h>
#include <tqtoolbar.h>
#include <tqtoolbutton.h>
diff --git a/examples/chart/optionsform.cpp b/examples/chart/optionsform.cpp
index 09c05d4ef..094b549a0 100644
--- a/examples/chart/optionsform.cpp
+++ b/examples/chart/optionsform.cpp
@@ -1,15 +1,15 @@
#include "optionsform.h"
#include <ntqbuttongroup.h>
-#include <ntqcombobox.h>
+#include <tqcombobox.h>
#include <tqfontdialog.h>
#include <ntqframe.h>
#include <tqimage.h>
#include <tqlabel.h>
#include <ntqlayout.h>
-#include <ntqpushbutton.h>
-#include <ntqradiobutton.h>
-#include <ntqspinbox.h>
+#include <tqpushbutton.h>
+#include <tqradiobutton.h>
+#include <tqspinbox.h>
#include "images/options_horizontalbarchart.xpm"
#include "images/options_piechart.xpm"
diff --git a/examples/chart/optionsform.h b/examples/chart/optionsform.h
index 8277ad376..93454721a 100644
--- a/examples/chart/optionsform.h
+++ b/examples/chart/optionsform.h
@@ -1,7 +1,7 @@
#ifndef OPTIONSFORM_H
#define OPTIONSFORM_H
-#include <ntqdialog.h>
+#include <tqdialog.h>
class TQButtonGroup;
class TQComboBox;
diff --git a/examples/chart/setdataform.cpp b/examples/chart/setdataform.cpp
index 82bd2cad8..66910d096 100644
--- a/examples/chart/setdataform.cpp
+++ b/examples/chart/setdataform.cpp
@@ -2,10 +2,10 @@
#include "chartform.h"
#include <tqcolordialog.h>
-#include <ntqcombobox.h>
+#include <tqcombobox.h>
#include <ntqlayout.h>
#include <tqpixmap.h>
-#include <ntqpushbutton.h>
+#include <tqpushbutton.h>
#include <ntqtable.h>
#include "images/pattern01.xpm"
diff --git a/examples/chart/setdataform.h b/examples/chart/setdataform.h
index 7759f6158..49867679e 100644
--- a/examples/chart/setdataform.h
+++ b/examples/chart/setdataform.h
@@ -3,7 +3,7 @@
#include "element.h"
-#include <ntqdialog.h>
+#include <tqdialog.h>
class TQHBoxLayout;
class TQPushButton;