##// END OF EJS Templates
Fixes header guard style issues
Michal Klocek -
r969:db6eae90aaea
parent child
Show More
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef AXISANIMATIONITEM_H_
22 #define AXISANIMATIONITEM_H_
21 #ifndef AXISANIMATION_H
22 #define AXISANIMATION_H
23 23
24 24 #include "axis_p.h"
25 25 #include "chartanimation_p.h"
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef BARANIMATION_P_H_
22 #define BARANIMATION_P_H_
21 #ifndef BARANIMATION_P_H
22 #define BARANIMATION_P_H
23 23
24 24 #include "chartanimation_p.h"
25 25 #include "barchartitem_p.h"
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef CHARTANIMATION_H_
22 #define CHARTANIMATION_H_
21 #ifndef CHARTANIMATION_H
22 #define CHARTANIMATION_H
23 23
24 24 #include "qchartglobal.h"
25 25 #include <QVariantAnimation>
@@ -18,8 +18,9
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef CHARTANIMATOR_P_H_
22 #define CHARTANIMATOR_P_H_
21 #ifndef CHARTANIMATOR_P_H
22 #define CHARTANIMATOR_P_H
23
23 24 #include "qchartglobal.h"
24 25 #include "chartanimation_p.h"
25 26 #include "piechartitem_p.h"
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef PIEANIMATION_P_H_
22 #define PIEANIMATION_P_H_
21 #ifndef PIEANIMATION_P_H
22 #define PIEANIMATION_P_H
23 23
24 24 #include "chartanimation_p.h"
25 25 #include "piechartitem_p.h"
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef PIESLICEANIMATION_P_H_
22 #define PIESLICEANIMATION_P_H_
21 #ifndef PIESLICEANIMATION_P_H
22 #define PIESLICEANIMATION_P_H
23 23
24 24 #include "piechartitem_p.h"
25 25 #include <QVariantAnimation>
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef SPLINEANIMATION_P_H_
22 #define SPLINEANIMATION_P_H_
21 #ifndef SPLINEANIMATION_P_H
22 #define SPLINEANIMATION_P_H
23 23 #include "chartanimation_p.h"
24 24 #include <QPointF>
25 25
@@ -18,8 +18,9
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef XYCHARTANIMATION_P_H_
22 #define XYCHARTANIMATION_P_H_
21 #ifndef XYANIMATION_P_H
22 #define XYANIMATION_P_H
23
23 24 #include "chartanimation_p.h"
24 25 #include <QPointF>
25 26
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef QAREASERIES_H_
22 #define QAREASERIES_H_
21 #ifndef QAREASERIES_H
22 #define QAREASERIES_H
23 23
24 24 #include <qchartglobal.h>
25 25 #include <qseries.h>
@@ -27,8 +27,8
27 27 //
28 28 // We mean it.
29 29
30 #ifndef QAREASERIES_P_H_
31 #define QAREASERIES_P_H_
30 #ifndef QAREASERIES_P_H
31 #define QAREASERIES_P_H
32 32
33 33 #include "qseries_p.h"
34 34
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef AXISITEM_H_
22 #define AXISITEM_H_
21 #ifndef AXIS_H
22 #define AXIS_H
23 23
24 24 #include "qchartglobal.h"
25 25 #include "chart_p.h"
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef QCHARTAXIS_H_
22 #define QCHARTAXIS_H_
21 #ifndef QCHARTAXIS_H
22 #define QCHARTAXIS_H
23 23
24 24 #include <qchartglobal.h>
25 25 #include <qchartaxiscategories.h>
@@ -27,8 +27,8
27 27 //
28 28 // We mean it.
29 29
30 #ifndef QCHARTAXIS_P_H_
31 #define QCHARTAXIS_P_H_
30 #ifndef QCHARTAXIS_P_H
31 #define QCHARTAXIS_P_H
32 32
33 33 #include "qchartaxis.h"
34 34
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef QCHARTAXISCATEGORIES_H_
22 #define QCHARTAXISCATEGORIES_H_
21 #ifndef QCHARTAXISCATEGORIES_H
22 #define QCHARTAXISCATEGORIES_H
23 23
24 24 #include <qchartglobal.h>
25 25 #include <qbarseries.h>
@@ -27,8 +27,8
27 27 //
28 28 // We mean it.
29 29
30 #ifndef QCHARTAXISCATEGORIES_P_H_
31 #define QCHARTAXISCATEGORIES_P_H_
30 #ifndef QCHARTAXISCATEGORIES_P_H
31 #define QCHARTAXISCATEGORIES_P_H
32 32
33 33 #include "qchartaxiscategories.h"
34 34
@@ -18,11 +18,11
18 18 **
19 19 ****************************************************************************/
20 20
21 #include "barchartmodel_p.h"
22 #include "qbarset.h"
21 23 #include <limits.h>
22 24 #include <QVector>
23 25 #include <QDebug>
24 #include "barchartmodel_p.h"
25 #include "qbarset.h"
26 26
27 27 QTCOMMERCIALCHART_BEGIN_NAMESPACE
28 28
@@ -27,8 +27,8
27 27 //
28 28 // We mean it.
29 29
30 #ifndef QPERCENTBARSERIES_P_H_
31 #define QPERCENTBARSERIES_P_H_
30 #ifndef QPERCENTBARSERIES_P_H
31 #define QPERCENTBARSERIES_P_H
32 32
33 33 #include "qbarseries_p.h"
34 34 #include "domain_p.h"
@@ -27,8 +27,8
27 27 //
28 28 // We mean it.
29 29
30 #ifndef QSTACKEDBARSERIES_P_H_
31 #define QSTACKEDBARSERIES_P_H_
30 #ifndef QSTACKEDBARSERIES_P_H
31 #define QSTACKEDBARSERIES_P_H
32 32
33 33 #include "qbarseries_p.h"
34 34 #include "domain_p.h"
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef CHART_H_
22 #define CHART_H_
21 #ifndef CHART_H
22 #define CHART_H
23 23
24 24 #include "qchartglobal.h"
25 25 #include <QRect>
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef CHARTBACKGROUND_H_
22 #define CHARTBACKGROUND_H_
21 #ifndef CHARTBACKGROUND_H
22 #define CHARTBACKGROUND_H
23 23
24 24 #include "qchartglobal.h"
25 25 #include <QGraphicsRectItem>
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef CHARTCONFIG_H_
22 #define CHARTCONFIG_H_
21 #ifndef CHARTCONFIG_H
22 #define CHARTCONFIG_H
23 23
24 24 #include "qchartglobal.h"
25 25 #ifdef Q_CC_MSVC
@@ -27,8 +27,8
27 27 //
28 28 // We mean it.
29 29
30 #ifndef CHARTDATASET_P_H_
31 #define CHARTDATASET_P_H_
30 #ifndef CHARTDATASET_P_H
31 #define CHARTDATASET_P_H
32 32
33 33 #include "qseries.h"
34 34 #include "domain_p.h"
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef CHARTITEM_H_
22 #define CHARTITEM_H_
21 #ifndef CHARTITEM_H
22 #define CHARTITEM_H
23 23
24 24 #include "chart_p.h"
25 25 #include "chartpresenter_p.h"
@@ -17,11 +17,10
17 17 ** $QT_END_LICENSE$
18 18 **
19 19 ****************************************************************************/
20
20 #include "chartpresenter_p.h"
21 21 #include "qchart.h"
22 22 #include "qchart_p.h"
23 23 #include "qchartaxis.h"
24 #include "chartpresenter_p.h"
25 24 #include "chartdataset_p.h"
26 25 #include "charttheme_p.h"
27 26 #include "chartanimator_p.h"
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef CHARTPRESENTER_H_
22 #define CHARTPRESENTER_H_
21 #ifndef CHARTPRESENTER_H
22 #define CHARTPRESENTER_H
23 23
24 24 #include "qchartglobal.h"
25 25 #include "chartbackground_p.h" //TODO fix me
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef DOMAIN_H_
22 #define DOMAIN_H_
21 #ifndef DOMAIN_H
22 #define DOMAIN_H
23 23 #include "qchartglobal.h"
24 24 #include <QRectF>
25 25 #include <QSizeF>
@@ -28,8 +28,8
28 28 // We mean it.
29 29
30 30
31 #ifndef LEGENDSCROLLER_P_H_
32 #define LEGENDSCROLLER_P_H_
31 #ifndef LEGENDSCROLLER_P_H
32 #define LEGENDSCROLLER_P_H
33 33
34 34 #include "qlegend.h"
35 35 #include "scroller_p.h"
@@ -27,8 +27,8
27 27 //
28 28 // We mean it.
29 29
30 #ifndef QLEGEND_P_H_
31 #define QLEGEND_P_H_
30 #ifndef QLEGEND_P_H
31 #define QLEGEND_P_H
32 32
33 33 #include "qlegend.h"
34 34
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef QLINESERIES_H_
22 #define QLINESERIES_H_
21 #ifndef QLINESERIES_H
22 #define QLINESERIES_H
23 23
24 24 #include <qchartglobal.h>
25 25 #include <qxyseries.h>
@@ -27,8 +27,8
27 27 //
28 28 // We mean it.
29 29
30 #ifndef QLINESERIES_P_H_
31 #define QLINESERIES_P_H_
30 #ifndef QLINESERIES_P_H
31 #define QLINESERIES_P_H
32 32
33 33 #include "qxyseries_p.h"
34 34
@@ -19,12 +19,11
19 19 ****************************************************************************/
20 20
21 21 #include "qchartview.h"
22 #include "qchart_p.h"
23 22 #include "qchartview_p.h"
23 #include "qchart_p.h"
24 24 #include <QGraphicsScene>
25 25 #include <QRubberBand>
26 26
27
28 27 /*!
29 28 \enum QChartView::RubberBand
30 29
@@ -33,6 +33,7
33 33 #include "qchartview.h"
34 34
35 35 class QGraphicsScene;
36 class ChartPresenter;
36 37
37 38 QTCOMMERCIALCHART_BEGIN_NAMESPACE
38 39
@@ -27,8 +27,8
27 27 //
28 28 // We mean it.
29 29
30 #ifndef QSERIES_P_H_
31 #define QSERIES_P_H_
30 #ifndef QSERIES_P_H
31 #define QSERIES_P_H
32 32
33 33 #include "qseries.h"
34 34
@@ -27,8 +27,8
27 27 //
28 28 // We mean it.
29 29
30 #ifndef QSCATTERSERIES_P_H_
31 #define QSCATTERSERIES_P_H_
30 #ifndef QSCATTERSERIES_P_H
31 #define QSCATTERSERIES_P_H
32 32
33 33 #include "qxyseries_p.h"
34 34
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef SCATTERPRESENTER_H
22 #define SCATTERPRESENTER_H
21 #ifndef SCATTERCHARTITEM_H
22 #define SCATTERCHARTITEM_H
23 23
24 24 #include "qchartglobal.h"
25 25 #include "xychartitem_p.h"
@@ -27,8 +27,8
27 27 //
28 28 // We mean it.
29 29
30 #ifndef SCROLLER_P_H_
31 #define SCROLLER_P_H_
30 #ifndef SCROLLER_P_H
31 #define SCROLLER_P_H
32 32
33 33 #include "qchartglobal.h"
34 34 #include <QBasicTimer>
@@ -27,8 +27,8
27 27 //
28 28 // We mean it.
29 29
30 #ifndef QSPLINESERIES_P_H_
31 #define QSPLINESERIES_P_H_
30 #ifndef QSPLINESERIES_P_H
31 #define QSPLINESERIES_P_H
32 32
33 33 #include "qlineseries_p.h"
34 34
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef CHARTTHEMEBLUECEICY_P_H
22 #define CHARTTHEMEBLUECEICY_P_H
21 #ifndef CHARTTHEMEBLUEICY_P_H
22 #define CHARTTHEMEBLUEICY_P_H
23 23
24 24 #include "charttheme_p.h"
25 25
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef CHARTTHEMEHIGHLIGHT_P_H
22 #define CHARTTHEMEHIGHLIGHT_P_H
21 #ifndef CHARTTHEMELIGHT_P_H
22 #define CHARTTHEMELIGHT_P_H
23 23
24 24 #include "charttheme_p.h"
25 25
@@ -18,8 +18,8
18 18 **
19 19 ****************************************************************************/
20 20
21 #ifndef QXYSERIES_H_
22 #define QXYSERIES_H_
21 #ifndef QXYSERIES_H
22 #define QXYSERIES_H
23 23
24 24 #include <qchartglobal.h>
25 25 #include <qseries.h>
@@ -27,8 +27,8
27 27 //
28 28 // We mean it.
29 29
30 #ifndef QXYSERIES_P_H_
31 #define QXYSERIES_P_H_
30 #ifndef QXYSERIES_P_H
31 #define QXYSERIES_P_H
32 32
33 33 #include "qseries_p.h"
34 34
General Comments 0
You need to be logged in to leave comments. Login now