summaryrefslogtreecommitdiffstats
path: root/examples/charts/legend/mainwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/legend/mainwidget.cpp')
-rw-r--r--examples/charts/legend/mainwidget.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/examples/charts/legend/mainwidget.cpp b/examples/charts/legend/mainwidget.cpp
index 32bc2ae9..6ec9cf6d 100644
--- a/examples/charts/legend/mainwidget.cpp
+++ b/examples/charts/legend/mainwidget.cpp
@@ -19,15 +19,15 @@
****************************************************************************/
#include "mainwidget.h"
-#include <QChart>
-#include <QChartView>
-#include <QPushButton>
-#include <QLabel>
-#include <QDebug>
-#include <QBarSet>
-#include <QBarSeries>
-#include <QLegend>
-#include <QFormLayout>
+#include <QtCharts/QChart>
+#include <QtCharts/QChartView>
+#include <QtWidgets/QPushButton>
+#include <QtWidgets/QLabel>
+#include <QtCore/QDebug>
+#include <QtCharts/QBarSet>
+#include <QtCharts/QBarSeries>
+#include <QtCharts/QLegend>
+#include <QtWidgets/QFormLayout>
QT_CHARTS_USE_NAMESPACE