aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qtquicktemplates2global_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/qtquicktemplates2global_p.h')
-rw-r--r--src/quicktemplates2/qtquicktemplates2global_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quicktemplates2/qtquicktemplates2global_p.h b/src/quicktemplates2/qtquicktemplates2global_p.h
index 38919795..717bcb5c 100644
--- a/src/quicktemplates2/qtquicktemplates2global_p.h
+++ b/src/quicktemplates2/qtquicktemplates2global_p.h
@@ -54,12 +54,12 @@ QT_BEGIN_NAMESPACE
#ifndef QT_STATIC
# if defined(QT_BUILD_QUICKTEMPLATES2_LIB)
-# define Q_QUICKTEMPLATES2_EXPORT Q_DECL_EXPORT
+# define Q_QUICKTEMPLATES2_PRIVATE_EXPORT Q_DECL_EXPORT
# else
-# define Q_QUICKTEMPLATES2_EXPORT Q_DECL_IMPORT
+# define Q_QUICKTEMPLATES2_PRIVATE_EXPORT Q_DECL_IMPORT
# endif
#else
-# define Q_QUICKTEMPLATES2_EXPORT
+# define Q_QUICKTEMPLATES2_PRIVATE_EXPORT
#endif
QT_END_NAMESPACE