diff options
author | Michele Calgaro <[email protected]> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /examples/chart | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/chart')
-rw-r--r-- | examples/chart/canvasview.cpp | 2 | ||||
-rw-r--r-- | examples/chart/chartform.cpp | 4 | ||||
-rw-r--r-- | examples/chart/chartform_files.cpp | 2 | ||||
-rw-r--r-- | examples/chart/setdataform.cpp | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/examples/chart/canvasview.cpp b/examples/chart/canvasview.cpp index 6640a19ae..cb1cc741b 100644 --- a/examples/chart/canvasview.cpp +++ b/examples/chart/canvasview.cpp @@ -2,7 +2,7 @@ #include "chartform.h" #include <ntqcursor.h> -#include <ntqpoint.h> +#include <tqpoint.h> #include <tqpopupmenu.h> #include <tqstatusbar.h> diff --git a/examples/chart/chartform.cpp b/examples/chart/chartform.cpp index 7cd29138e..a36676214 100644 --- a/examples/chart/chartform.cpp +++ b/examples/chart/chartform.cpp @@ -12,9 +12,9 @@ #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> diff --git a/examples/chart/chartform_files.cpp b/examples/chart/chartform_files.cpp index 95df7a10a..7c3feeb5d 100644 --- a/examples/chart/chartform_files.cpp +++ b/examples/chart/chartform_files.cpp @@ -4,7 +4,7 @@ #include <tqfile.h> #include <tqfiledialog.h> #include <tqpainter.h> -#include <ntqprinter.h> +#include <tqprinter.h> #include <tqstatusbar.h> diff --git a/examples/chart/setdataform.cpp b/examples/chart/setdataform.cpp index 26eb1c16d..82bd2cad8 100644 --- a/examples/chart/setdataform.cpp +++ b/examples/chart/setdataform.cpp @@ -4,7 +4,7 @@ #include <tqcolordialog.h> #include <ntqcombobox.h> #include <ntqlayout.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> #include <ntqpushbutton.h> #include <ntqtable.h> |