From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- examples/chart/canvastext.h | 2 +- examples/chart/canvasview.cpp | 8 ++++---- examples/chart/canvasview.h | 2 +- examples/chart/chartform.cpp | 36 ++++++++++++++++++------------------ examples/chart/chartform.h | 4 ++-- examples/chart/chartform_canvas.cpp | 4 ++-- examples/chart/chartform_files.cpp | 10 +++++----- examples/chart/element.cpp | 4 ++-- examples/chart/element.h | 8 ++++---- examples/chart/main.cpp | 2 +- examples/chart/optionsform.cpp | 20 ++++++++++---------- examples/chart/optionsform.h | 2 +- examples/chart/setdataform.cpp | 12 ++++++------ examples/chart/setdataform.h | 2 +- 14 files changed, 58 insertions(+), 58 deletions(-) (limited to 'examples/chart') 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 +#include 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 -#include -#include -#include +#include +#include +#include +#include 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 +#include 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 -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #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 -#include +#include +#include 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 -#include +#include +#include #include // 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 -#include -#include -#include -#include +#include +#include +#include +#include +#include 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 -#include +#include +#include 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 -#include -#include -#include +#include +#include +#include +#include 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 +#include #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 -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #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 +#include 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 -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #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 +#include class TQHBoxLayout; class TQPushButton; -- cgit v1.2.1