summaryrefslogtreecommitdiffstats
path: root/tests/chartdesigner/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chartdesigner/mainwindow.h')
-rw-r--r--tests/chartdesigner/mainwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/chartdesigner/mainwindow.h b/tests/chartdesigner/mainwindow.h
index da03b2b4..6f21b166 100644
--- a/tests/chartdesigner/mainwindow.h
+++ b/tests/chartdesigner/mainwindow.h
@@ -26,10 +26,10 @@
#include <QMap>
-QTCOMMERCIALCHART_BEGIN_NAMESPACE
+QT_CHARTS_BEGIN_NAMESPACE
class QChartView;
class QAbstractSeries;
-QTCOMMERCIALCHART_END_NAMESPACE
+QT_CHARTS_END_NAMESPACE
class QGraphicsScene;
class InspectorWidget;
@@ -38,7 +38,7 @@ class PenWidget;
class QTableView;
class Engine;
-QTCOMMERCIALCHART_USE_NAMESPACE
+QT_CHARTS_USE_NAMESPACE
class MainWindow : public QMainWindow
{