summaryrefslogtreecommitdiffstats
path: root/src/charts/qchartglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/qchartglobal.h')
-rw-r--r--src/charts/qchartglobal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/charts/qchartglobal.h b/src/charts/qchartglobal.h
index 96160021..759293d0 100644
--- a/src/charts/qchartglobal.h
+++ b/src/charts/qchartglobal.h
@@ -44,15 +44,15 @@
#ifndef QT_STATIC
# if defined(QT_BUILD_CHARTS_LIB)
-# define QT_CHARTS_EXPORT Q_DECL_EXPORT
+# define Q_CHARTS_EXPORT Q_DECL_EXPORT
# else
-# define QT_CHARTS_EXPORT Q_DECL_IMPORT
+# define Q_CHARTS_EXPORT Q_DECL_IMPORT
# endif
#else
-# define QT_CHARTS_EXPORT
+# define Q_CHARTS_EXPORT
#endif
-#define QT_CHARTS_AUTOTEST_EXPORT Q_AUTOTEST_EXPORT
+#define Q_CHARTS_AUTOTEST_EXPORT Q_AUTOTEST_EXPORT
#ifndef Q_CLANG_QDOC
#define QT_CHARTS_NAMESPACE QtCharts