diff options
Diffstat (limited to 'examples/chart')
-rw-r--r-- | examples/chart/canvastext.h | 2 | ||||
-rw-r--r-- | examples/chart/canvasview.cpp | 8 | ||||
-rw-r--r-- | examples/chart/canvasview.h | 2 | ||||
-rw-r--r-- | examples/chart/chartform.cpp | 36 | ||||
-rw-r--r-- | examples/chart/chartform.h | 4 | ||||
-rw-r--r-- | examples/chart/chartform_canvas.cpp | 4 | ||||
-rw-r--r-- | examples/chart/chartform_files.cpp | 10 | ||||
-rw-r--r-- | examples/chart/element.cpp | 4 | ||||
-rw-r--r-- | examples/chart/element.h | 8 | ||||
-rw-r--r-- | examples/chart/main.cpp | 2 | ||||
-rw-r--r-- | examples/chart/optionsform.cpp | 20 | ||||
-rw-r--r-- | examples/chart/optionsform.h | 2 | ||||
-rw-r--r-- | examples/chart/setdataform.cpp | 12 | ||||
-rw-r--r-- | examples/chart/setdataform.h | 2 |
14 files changed, 58 insertions, 58 deletions
diff --git a/examples/chart/canvastext.h b/examples/chart/canvastext.h index 095aa15f4..6b61fa46f 100644 --- a/examples/chart/canvastext.h +++ b/examples/chart/canvastext.h @@ -1,7 +1,7 @@ #ifndef CANVASTEXT_H #define CANVASTEXT_H -#include <qcanvas.h> +#include <ntqcanvas.h> class TQFont; diff --git a/examples/chart/canvasview.cpp b/examples/chart/canvasview.cpp index 17acfe883..7fe852def 100644 --- a/examples/chart/canvasview.cpp +++ b/examples/chart/canvasview.cpp @@ -1,10 +1,10 @@ #include "canvasview.h" #include "chartform.h" -#include <qcursor.h> -#include <qpoint.h> -#include <qpopupmenu.h> -#include <qstatusbar.h> +#include <ntqcursor.h> +#include <ntqpoint.h> +#include <ntqpopupmenu.h> +#include <ntqstatusbar.h> void CanvasView::contentsContextMenuEvent( TQContextMenuEvent * ) diff --git a/examples/chart/canvasview.h b/examples/chart/canvasview.h index 55b5d25c0..d51ba6b5f 100644 --- a/examples/chart/canvasview.h +++ b/examples/chart/canvasview.h @@ -4,7 +4,7 @@ #include "element.h" #include "canvastext.h" -#include <qcanvas.h> +#include <ntqcanvas.h> class TQPoint; diff --git a/examples/chart/chartform.cpp b/examples/chart/chartform.cpp index 43b26af7c..b804a1f59 100644 --- a/examples/chart/chartform.cpp +++ b/examples/chart/chartform.cpp @@ -3,24 +3,24 @@ #include "optionsform.h" #include "setdataform.h" -#include <qaction.h> -#include <qapplication.h> -#include <qcombobox.h> -#include <qfile.h> -#include <qfiledialog.h> -#include <qfont.h> -#include <qfontdialog.h> -#include <qmenubar.h> -#include <qmessagebox.h> -#include <qpixmap.h> -#include <qpopupmenu.h> -#include <qprinter.h> -#include <qradiobutton.h> -#include <qsettings.h> -#include <qspinbox.h> -#include <qstatusbar.h> -#include <qtoolbar.h> -#include <qtoolbutton.h> +#include <ntqaction.h> +#include <ntqapplication.h> +#include <ntqcombobox.h> +#include <ntqfile.h> +#include <ntqfiledialog.h> +#include <ntqfont.h> +#include <ntqfontdialog.h> +#include <ntqmenubar.h> +#include <ntqmessagebox.h> +#include <ntqpixmap.h> +#include <ntqpopupmenu.h> +#include <ntqprinter.h> +#include <ntqradiobutton.h> +#include <ntqsettings.h> +#include <ntqspinbox.h> +#include <ntqstatusbar.h> +#include <ntqtoolbar.h> +#include <ntqtoolbutton.h> #include "images/file_new.xpm" #include "images/file_open.xpm" diff --git a/examples/chart/chartform.h b/examples/chart/chartform.h index 7fdeea641..b2d30c01e 100644 --- a/examples/chart/chartform.h +++ b/examples/chart/chartform.h @@ -3,8 +3,8 @@ #include "element.h" -#include <qmainwindow.h> -#include <qstringlist.h> +#include <ntqmainwindow.h> +#include <ntqstringlist.h> class CanvasView; diff --git a/examples/chart/chartform_canvas.cpp b/examples/chart/chartform_canvas.cpp index 842c04e6f..72b65f5c1 100644 --- a/examples/chart/chartform_canvas.cpp +++ b/examples/chart/chartform_canvas.cpp @@ -1,8 +1,8 @@ #include "canvastext.h" #include "chartform.h" -#include <qbrush.h> -#include <qcanvas.h> +#include <ntqbrush.h> +#include <ntqcanvas.h> #include <math.h> // sin, cos diff --git a/examples/chart/chartform_files.cpp b/examples/chart/chartform_files.cpp index 742dbeaa1..b9a5c4f17 100644 --- a/examples/chart/chartform_files.cpp +++ b/examples/chart/chartform_files.cpp @@ -1,11 +1,11 @@ #include "canvasview.h" #include "chartform.h" -#include <qfile.h> -#include <qfiledialog.h> -#include <qpainter.h> -#include <qprinter.h> -#include <qstatusbar.h> +#include <ntqfile.h> +#include <ntqfiledialog.h> +#include <ntqpainter.h> +#include <ntqprinter.h> +#include <ntqstatusbar.h> void ChartForm::load( const TQString& filename ) diff --git a/examples/chart/element.cpp b/examples/chart/element.cpp index 570fccce8..24f566c91 100644 --- a/examples/chart/element.cpp +++ b/examples/chart/element.cpp @@ -1,7 +1,7 @@ #include "element.h" -#include <qstringlist.h> -#include <qtextstream.h> +#include <ntqstringlist.h> +#include <ntqtextstream.h> const char FIELD_SEP = ':'; const char PROPOINT_SEP = ';'; diff --git a/examples/chart/element.h b/examples/chart/element.h index a166d207a..da5476842 100644 --- a/examples/chart/element.h +++ b/examples/chart/element.h @@ -1,10 +1,10 @@ #ifndef ELEMENT_H #define ELEMENT_H -#include <qcolor.h> -#include <qnamespace.h> -#include <qstring.h> -#include <qvaluevector.h> +#include <ntqcolor.h> +#include <ntqnamespace.h> +#include <ntqstring.h> +#include <ntqvaluevector.h> class Element; diff --git a/examples/chart/main.cpp b/examples/chart/main.cpp index 328e7fe54..f904c42b3 100644 --- a/examples/chart/main.cpp +++ b/examples/chart/main.cpp @@ -1,4 +1,4 @@ -#include <qapplication.h> +#include <ntqapplication.h> #include "chartform.h" diff --git a/examples/chart/optionsform.cpp b/examples/chart/optionsform.cpp index c6e16af5d..21ba4b51d 100644 --- a/examples/chart/optionsform.cpp +++ b/examples/chart/optionsform.cpp @@ -1,15 +1,15 @@ #include "optionsform.h" -#include <qbuttongroup.h> -#include <qcombobox.h> -#include <qfontdialog.h> -#include <qframe.h> -#include <qimage.h> -#include <qlabel.h> -#include <qlayout.h> -#include <qpushbutton.h> -#include <qradiobutton.h> -#include <qspinbox.h> +#include <ntqbuttongroup.h> +#include <ntqcombobox.h> +#include <ntqfontdialog.h> +#include <ntqframe.h> +#include <ntqimage.h> +#include <ntqlabel.h> +#include <ntqlayout.h> +#include <ntqpushbutton.h> +#include <ntqradiobutton.h> +#include <ntqspinbox.h> #include "images/options_horizontalbarchart.xpm" #include "images/options_piechart.xpm" diff --git a/examples/chart/optionsform.h b/examples/chart/optionsform.h index e9d07ad91..c160f777b 100644 --- a/examples/chart/optionsform.h +++ b/examples/chart/optionsform.h @@ -1,7 +1,7 @@ #ifndef OPTIONSFORM_H #define OPTIONSFORM_H -#include <qdialog.h> +#include <ntqdialog.h> class TQButtonGroup; class TQComboBox; diff --git a/examples/chart/setdataform.cpp b/examples/chart/setdataform.cpp index d6c57e370..d13d20979 100644 --- a/examples/chart/setdataform.cpp +++ b/examples/chart/setdataform.cpp @@ -1,12 +1,12 @@ #include "setdataform.h" #include "chartform.h" -#include <qcolordialog.h> -#include <qcombobox.h> -#include <qlayout.h> -#include <qpixmap.h> -#include <qpushbutton.h> -#include <qtable.h> +#include <ntqcolordialog.h> +#include <ntqcombobox.h> +#include <ntqlayout.h> +#include <ntqpixmap.h> +#include <ntqpushbutton.h> +#include <ntqtable.h> #include "images/pattern01.xpm" #include "images/pattern02.xpm" diff --git a/examples/chart/setdataform.h b/examples/chart/setdataform.h index e16dd784e..88eb98f92 100644 --- a/examples/chart/setdataform.h +++ b/examples/chart/setdataform.h @@ -3,7 +3,7 @@ #include "element.h" -#include <qdialog.h> +#include <ntqdialog.h> class TQHBoxLayout; class TQPushButton; |