summaryrefslogtreecommitdiffstats
path: root/src/charts/barchart/horizontal
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@theqtcompany.com>2014-10-20 10:50:08 +0300
committerTitta Heikkala <titta.heikkala@theqtcompany.com>2014-10-20 13:28:52 +0300
commit929d943d1aabf414eaa6e402464124f18d4f2abc (patch)
tree41f45a47bc0692a6f107cfbbfc61361029d17f00 /src/charts/barchart/horizontal
parentf6fba9e059d74a732a978234ae8271ff32ffd929 (diff)
Fix include syntax
The includes for the whole project are changed to syntax: '#include <module/class> Change-Id: If32f8b6c3f47516ad6bc30ed40789ea9042d5664 Task-number: QTRD-3373 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Diffstat (limited to 'src/charts/barchart/horizontal')
-rw-r--r--src/charts/barchart/horizontal/bar/horizontalbarchartitem.cpp8
-rw-r--r--src/charts/barchart/horizontal/bar/horizontalbarchartitem_p.h4
-rw-r--r--src/charts/barchart/horizontal/bar/qhorizontalbarseries.cpp12
-rw-r--r--src/charts/barchart/horizontal/bar/qhorizontalbarseries.h2
-rw-r--r--src/charts/barchart/horizontal/bar/qhorizontalbarseries_p.h4
-rw-r--r--src/charts/barchart/horizontal/percent/horizontalpercentbarchartitem.cpp8
-rw-r--r--src/charts/barchart/horizontal/percent/horizontalpercentbarchartitem_p.h4
-rw-r--r--src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries.cpp10
-rw-r--r--src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries.h2
-rw-r--r--src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries_p.h4
-rw-r--r--src/charts/barchart/horizontal/stacked/horizontalstackedbarchartitem.cpp8
-rw-r--r--src/charts/barchart/horizontal/stacked/horizontalstackedbarchartitem_p.h4
-rw-r--r--src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries.cpp10
-rw-r--r--src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries.h2
-rw-r--r--src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries_p.h4
15 files changed, 43 insertions, 43 deletions
diff --git a/src/charts/barchart/horizontal/bar/horizontalbarchartitem.cpp b/src/charts/barchart/horizontal/bar/horizontalbarchartitem.cpp
index d5370a2f..81836687 100644
--- a/src/charts/barchart/horizontal/bar/horizontalbarchartitem.cpp
+++ b/src/charts/barchart/horizontal/bar/horizontalbarchartitem.cpp
@@ -18,10 +18,10 @@
**
****************************************************************************/
-#include "horizontalbarchartitem_p.h"
-#include "qabstractbarseries_p.h"
-#include "qbarset_p.h"
-#include "bar_p.h"
+#include <private/horizontalbarchartitem_p.h>
+#include <private/qabstractbarseries_p.h>
+#include <private/qbarset_p.h>
+#include <private/bar_p.h>
QT_CHARTS_BEGIN_NAMESPACE
diff --git a/src/charts/barchart/horizontal/bar/horizontalbarchartitem_p.h b/src/charts/barchart/horizontal/bar/horizontalbarchartitem_p.h
index df7e793e..27acdea8 100644
--- a/src/charts/barchart/horizontal/bar/horizontalbarchartitem_p.h
+++ b/src/charts/barchart/horizontal/bar/horizontalbarchartitem_p.h
@@ -30,8 +30,8 @@
#ifndef HORIZONTALBARCHARTITEM_H
#define HORIZONTALBARCHARTITEM_H
-#include "abstractbarchartitem_p.h"
-#include <QGraphicsItem>
+#include <private/abstractbarchartitem_p.h>
+#include <QtWidgets/QGraphicsItem>
QT_CHARTS_BEGIN_NAMESPACE
diff --git a/src/charts/barchart/horizontal/bar/qhorizontalbarseries.cpp b/src/charts/barchart/horizontal/bar/qhorizontalbarseries.cpp
index d381aadf..e8da0c84 100644
--- a/src/charts/barchart/horizontal/bar/qhorizontalbarseries.cpp
+++ b/src/charts/barchart/horizontal/bar/qhorizontalbarseries.cpp
@@ -18,13 +18,13 @@
**
****************************************************************************/
-#include "qhorizontalbarseries.h"
-#include "qhorizontalbarseries_p.h"
-#include "horizontalbarchartitem_p.h"
-#include "qbarcategoryaxis.h"
+#include <QtCharts/QHorizontalBarSeries>
+#include <private/qhorizontalbarseries_p.h>
+#include <private/horizontalbarchartitem_p.h>
+#include <QtCharts/QBarCategoryAxis>
-#include "chartdataset_p.h"
-#include "charttheme_p.h"
+#include <private/chartdataset_p.h>
+#include <private/charttheme_p.h>
QT_CHARTS_BEGIN_NAMESPACE
diff --git a/src/charts/barchart/horizontal/bar/qhorizontalbarseries.h b/src/charts/barchart/horizontal/bar/qhorizontalbarseries.h
index b5cf137b..9e90f5df 100644
--- a/src/charts/barchart/horizontal/bar/qhorizontalbarseries.h
+++ b/src/charts/barchart/horizontal/bar/qhorizontalbarseries.h
@@ -21,7 +21,7 @@
#ifndef QHORIZONTALBARSERIES_H
#define QHORIZONTALBARSERIES_H
-#include <QtCharts/qabstractbarseries.h>
+#include <QtCharts/QAbstractBarSeries>
QT_CHARTS_BEGIN_NAMESPACE
diff --git a/src/charts/barchart/horizontal/bar/qhorizontalbarseries_p.h b/src/charts/barchart/horizontal/bar/qhorizontalbarseries_p.h
index d32ed320..588ca4ea 100644
--- a/src/charts/barchart/horizontal/bar/qhorizontalbarseries_p.h
+++ b/src/charts/barchart/horizontal/bar/qhorizontalbarseries_p.h
@@ -30,8 +30,8 @@
#ifndef QHORIZONTALBARSERIES_P_H
#define QHORIZONTALBARSERIES_P_H
-#include "qabstractbarseries_p.h"
-#include "abstractdomain_p.h"
+#include <private/qabstractbarseries_p.h>
+#include <private/abstractdomain_p.h>
QT_CHARTS_BEGIN_NAMESPACE
diff --git a/src/charts/barchart/horizontal/percent/horizontalpercentbarchartitem.cpp b/src/charts/barchart/horizontal/percent/horizontalpercentbarchartitem.cpp
index 0bf9afbe..9ec04988 100644
--- a/src/charts/barchart/horizontal/percent/horizontalpercentbarchartitem.cpp
+++ b/src/charts/barchart/horizontal/percent/horizontalpercentbarchartitem.cpp
@@ -18,10 +18,10 @@
**
****************************************************************************/
-#include "horizontalpercentbarchartitem_p.h"
-#include "qabstractbarseries_p.h"
-#include "qbarset_p.h"
-#include "bar_p.h"
+#include <private/horizontalpercentbarchartitem_p.h>
+#include <private/qabstractbarseries_p.h>
+#include <private/qbarset_p.h>
+#include <private/bar_p.h>
QT_CHARTS_BEGIN_NAMESPACE
diff --git a/src/charts/barchart/horizontal/percent/horizontalpercentbarchartitem_p.h b/src/charts/barchart/horizontal/percent/horizontalpercentbarchartitem_p.h
index e24cdcf0..a32c8def 100644
--- a/src/charts/barchart/horizontal/percent/horizontalpercentbarchartitem_p.h
+++ b/src/charts/barchart/horizontal/percent/horizontalpercentbarchartitem_p.h
@@ -30,8 +30,8 @@
#ifndef HORIZONTALPERCENTBARCHARTITEM_P_H
#define HORIZONTALPERCENTBARCHARTITEM_P_H
-#include "abstractbarchartitem_p.h"
-#include <QGraphicsItem>
+#include <private/abstractbarchartitem_p.h>
+#include <QtWidgets/QGraphicsItem>
QT_CHARTS_BEGIN_NAMESPACE
diff --git a/src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries.cpp b/src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries.cpp
index bf915c85..f46f7326 100644
--- a/src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries.cpp
+++ b/src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries.cpp
@@ -17,12 +17,12 @@
** $QT_END_LICENSE$
**
****************************************************************************/
-#include "qhorizontalpercentbarseries.h"
-#include "qhorizontalpercentbarseries_p.h"
-#include "horizontalpercentbarchartitem_p.h"
+#include <QtCharts/QHorizontalPercentBarSeries>
+#include <private/qhorizontalpercentbarseries_p.h>
+#include <private/horizontalpercentbarchartitem_p.h>
-#include "chartdataset_p.h"
-#include "charttheme_p.h"
+#include <private/chartdataset_p.h>
+#include <private/charttheme_p.h>
QT_CHARTS_BEGIN_NAMESPACE
diff --git a/src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries.h b/src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries.h
index 0595532b..9d14e6cb 100644
--- a/src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries.h
+++ b/src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries.h
@@ -21,7 +21,7 @@
#ifndef QHORIZONTALPERCENTBARSERIES_H
#define QHORIZONTALPERCENTBARSERIES_H
-#include <QtCharts/qabstractbarseries.h>
+#include <QtCharts/QAbstractBarSeries>
QT_CHARTS_BEGIN_NAMESPACE
diff --git a/src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries_p.h b/src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries_p.h
index 079f97bb..aab62a6c 100644
--- a/src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries_p.h
+++ b/src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries_p.h
@@ -30,8 +30,8 @@
#ifndef QHORIZONTALPERCENTBARSERIES_P_H
#define QHORIZONTALPERCENTBARSERIES_P_H
-#include "qabstractbarseries_p.h"
-#include "abstractdomain_p.h"
+#include <private/qabstractbarseries_p.h>
+#include <private/abstractdomain_p.h>
QT_CHARTS_BEGIN_NAMESPACE
diff --git a/src/charts/barchart/horizontal/stacked/horizontalstackedbarchartitem.cpp b/src/charts/barchart/horizontal/stacked/horizontalstackedbarchartitem.cpp
index fe6f162d..29c8a1e9 100644
--- a/src/charts/barchart/horizontal/stacked/horizontalstackedbarchartitem.cpp
+++ b/src/charts/barchart/horizontal/stacked/horizontalstackedbarchartitem.cpp
@@ -18,10 +18,10 @@
**
****************************************************************************/
-#include "horizontalstackedbarchartitem_p.h"
-#include "qabstractbarseries_p.h"
-#include "qbarset_p.h"
-#include "bar_p.h"
+#include <private/horizontalstackedbarchartitem_p.h>
+#include <private/qabstractbarseries_p.h>
+#include <private/qbarset_p.h>
+#include <private/bar_p.h>
QT_CHARTS_BEGIN_NAMESPACE
diff --git a/src/charts/barchart/horizontal/stacked/horizontalstackedbarchartitem_p.h b/src/charts/barchart/horizontal/stacked/horizontalstackedbarchartitem_p.h
index 930a53a5..c968ff60 100644
--- a/src/charts/barchart/horizontal/stacked/horizontalstackedbarchartitem_p.h
+++ b/src/charts/barchart/horizontal/stacked/horizontalstackedbarchartitem_p.h
@@ -30,8 +30,8 @@
#ifndef HORIZONTALSTACKEDBARCHARTITEM_P_H
#define HORIZONTALSTACKEDBARCHARTITEM_P_H
-#include "abstractbarchartitem_p.h"
-#include <QGraphicsItem>
+#include <private/abstractbarchartitem_p.h>
+#include <QtWidgets/QGraphicsItem>
QT_CHARTS_BEGIN_NAMESPACE
diff --git a/src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries.cpp b/src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries.cpp
index 32c553bf..64a07db6 100644
--- a/src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries.cpp
+++ b/src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries.cpp
@@ -17,12 +17,12 @@
** $QT_END_LICENSE$
**
****************************************************************************/
-#include "qhorizontalstackedbarseries.h"
-#include "qhorizontalstackedbarseries_p.h"
-#include "horizontalstackedbarchartitem_p.h"
+#include <QtCharts/QHorizontalStackedBarSeries>
+#include <private/qhorizontalstackedbarseries_p.h>
+#include <private/horizontalstackedbarchartitem_p.h>
-#include "chartdataset_p.h"
-#include "charttheme_p.h"
+#include <private/chartdataset_p.h>
+#include <private/charttheme_p.h>
QT_CHARTS_BEGIN_NAMESPACE
/*!
diff --git a/src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries.h b/src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries.h
index fbcf4011..e1959cac 100644
--- a/src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries.h
+++ b/src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries.h
@@ -21,7 +21,7 @@
#ifndef QHORIZONTALSTACKEDBARSERIES_H
#define QHORIZONTALSTACKEDBARSERIES_H
-#include <QtCharts/qabstractbarseries.h>
+#include <QtCharts/QAbstractBarSeries>
QT_CHARTS_BEGIN_NAMESPACE
diff --git a/src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries_p.h b/src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries_p.h
index ab643ebd..f085a694 100644
--- a/src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries_p.h
+++ b/src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries_p.h
@@ -30,8 +30,8 @@
#ifndef QHORIZONTALSTACKEDBARSERIES_P_H
#define QHORIZONTALSTACKEDBARSERIES_P_H
-#include "qabstractbarseries_p.h"
-#include "abstractdomain_p.h"
+#include <private/qabstractbarseries_p.h>
+#include <private/abstractdomain_p.h>
QT_CHARTS_BEGIN_NAMESPACE