diff options
Diffstat (limited to 'examples/chart')
-rw-r--r-- | examples/chart/optionsform.cpp | 4 | ||||
-rw-r--r-- | examples/chart/setdataform.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/chart/optionsform.cpp b/examples/chart/optionsform.cpp index 094b549a0..321cc5a4c 100644 --- a/examples/chart/optionsform.cpp +++ b/examples/chart/optionsform.cpp @@ -1,9 +1,9 @@ #include "optionsform.h" -#include <ntqbuttongroup.h> +#include <tqbuttongroup.h> #include <tqcombobox.h> #include <tqfontdialog.h> -#include <ntqframe.h> +#include <tqframe.h> #include <tqimage.h> #include <tqlabel.h> #include <ntqlayout.h> diff --git a/examples/chart/setdataform.cpp b/examples/chart/setdataform.cpp index 66910d096..310bf7f48 100644 --- a/examples/chart/setdataform.cpp +++ b/examples/chart/setdataform.cpp @@ -6,7 +6,7 @@ #include <ntqlayout.h> #include <tqpixmap.h> #include <tqpushbutton.h> -#include <ntqtable.h> +#include <tqtable.h> #include "images/pattern01.xpm" #include "images/pattern02.xpm" |