diff options
Diffstat (limited to 'examples/chart/chartform.cpp')
-rw-r--r-- | examples/chart/chartform.cpp | 6 |
1 files changed, 3 insertions, 3 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> |