diff options
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> |