diff options
Diffstat (limited to 'examples/chart/optionsform.cpp')
-rw-r--r-- | examples/chart/optionsform.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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" |