summaryrefslogtreecommitdiffstats
path: root/tests/chartviewer/charts/domain/barstackedlogy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chartviewer/charts/domain/barstackedlogy.cpp')
-rw-r--r--tests/chartviewer/charts/domain/barstackedlogy.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/chartviewer/charts/domain/barstackedlogy.cpp b/tests/chartviewer/charts/domain/barstackedlogy.cpp
index bdf81248..114252d9 100644
--- a/tests/chartviewer/charts/domain/barstackedlogy.cpp
+++ b/tests/chartviewer/charts/domain/barstackedlogy.cpp
@@ -19,11 +19,11 @@
****************************************************************************/
#include "charts.h"
-#include "qchart.h"
-#include "qstackedbarseries.h"
-#include "qbarset.h"
-#include "qlogvalueaxis.h"
-#include "qbarcategoryaxis.h"
+#include <QtCharts/QChart>
+#include <QtCharts/QStackedBarSeries>
+#include <QtCharts/QBarSet>
+#include <QtCharts/QLogValueAxis>
+#include <QtCharts/QBarCategoryAxis>
class BarStackedLogY: public Chart
{