diff options
Diffstat (limited to 'examples/chart/chartform.cpp')
-rw-r--r-- | examples/chart/chartform.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/chart/chartform.cpp b/examples/chart/chartform.cpp index 483003754..86421be2f 100644 --- a/examples/chart/chartform.cpp +++ b/examples/chart/chartform.cpp @@ -3,24 +3,24 @@ #include "optionsform.h" #include "setdataform.h" -#include <ntqaction.h> +#include <tqaction.h> #include <ntqapplication.h> #include <ntqcombobox.h> #include <ntqfile.h> #include <ntqfiledialog.h> #include <ntqfont.h> #include <ntqfontdialog.h> -#include <ntqmenubar.h> +#include <tqmenubar.h> #include <ntqmessagebox.h> #include <ntqpixmap.h> -#include <ntqpopupmenu.h> +#include <tqpopupmenu.h> #include <ntqprinter.h> #include <ntqradiobutton.h> #include <ntqsettings.h> #include <ntqspinbox.h> -#include <ntqstatusbar.h> -#include <ntqtoolbar.h> -#include <ntqtoolbutton.h> +#include <tqstatusbar.h> +#include <tqtoolbar.h> +#include <tqtoolbutton.h> #include "images/file_new.xpm" #include "images/file_open.xpm" |