summaryrefslogtreecommitdiffstats
path: root/examples/charts/piechartdrilldown/drilldownslice.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/piechartdrilldown/drilldownslice.h')
-rw-r--r--examples/charts/piechartdrilldown/drilldownslice.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/charts/piechartdrilldown/drilldownslice.h b/examples/charts/piechartdrilldown/drilldownslice.h
index 2735c3f6..bcdc1805 100644
--- a/examples/charts/piechartdrilldown/drilldownslice.h
+++ b/examples/charts/piechartdrilldown/drilldownslice.h
@@ -31,11 +31,11 @@
#include <QtCharts/QPieSlice>
-QT_CHARTS_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE
class QAbstractSeries;
-QT_CHARTS_END_NAMESPACE
+QT_END_NAMESPACE
-QT_CHARTS_USE_NAMESPACE
+QT_USE_NAMESPACE
class DrilldownSlice : public QPieSlice
{