summaryrefslogtreecommitdiffstats
path: root/examples/charts/dynamicspline/chart.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/dynamicspline/chart.h')
-rw-r--r--examples/charts/dynamicspline/chart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/charts/dynamicspline/chart.h b/examples/charts/dynamicspline/chart.h
index b6d5eb1c..81ddf9dd 100644
--- a/examples/charts/dynamicspline/chart.h
+++ b/examples/charts/dynamicspline/chart.h
@@ -21,8 +21,8 @@
#ifndef CHART_H
#define CHART_H
-#include <QChart>
-#include <QTimer>
+#include <QtCharts/QChart>
+#include <QtCore/QTimer>
QT_CHARTS_BEGIN_NAMESPACE
class QSplineSeries;