summaryrefslogtreecommitdiffstats
path: root/examples/charts/candlestickchart
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/candlestickchart')
-rw-r--r--examples/charts/candlestickchart/candlestickdatareader.h2
-rw-r--r--examples/charts/candlestickchart/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/charts/candlestickchart/candlestickdatareader.h b/examples/charts/candlestickchart/candlestickdatareader.h
index aaa83bf2..cfc5bb0d 100644
--- a/examples/charts/candlestickchart/candlestickdatareader.h
+++ b/examples/charts/candlestickchart/candlestickdatareader.h
@@ -33,7 +33,7 @@
#include <QtCharts/QCandlestickSet>
#include <QtCore/QTextStream>
-QT_CHARTS_USE_NAMESPACE
+QT_USE_NAMESPACE
class CandlestickDataReader : public QTextStream
{
diff --git a/examples/charts/candlestickchart/main.cpp b/examples/charts/candlestickchart/main.cpp
index 26a26a37..ba37695b 100644
--- a/examples/charts/candlestickchart/main.cpp
+++ b/examples/charts/candlestickchart/main.cpp
@@ -38,7 +38,7 @@
#include "candlestickdatareader.h"
-QT_CHARTS_USE_NAMESPACE
+QT_USE_NAMESPACE
int main(int argc, char *argv[])
{