summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qtwidgetsglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/kernel/qtwidgetsglobal.h')
-rw-r--r--src/widgets/kernel/qtwidgetsglobal.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/widgets/kernel/qtwidgetsglobal.h b/src/widgets/kernel/qtwidgetsglobal.h
index 1c74f37618..4b990c6e2a 100644
--- a/src/widgets/kernel/qtwidgetsglobal.h
+++ b/src/widgets/kernel/qtwidgetsglobal.h
@@ -42,19 +42,6 @@
#include <QtGui/qtguiglobal.h>
#include <QtWidgets/qtwidgets-config.h>
-
-QT_BEGIN_NAMESPACE
-
-#ifndef QT_STATIC
-# if defined(QT_BUILD_WIDGETS_LIB)
-# define Q_WIDGETS_EXPORT Q_DECL_EXPORT
-# else
-# define Q_WIDGETS_EXPORT Q_DECL_IMPORT
-# endif
-#else
-# define Q_WIDGETS_EXPORT
-#endif
-
-QT_END_NAMESPACE
+#include <QtWidgets/qtwidgetsexports.h>
#endif // QTGUIGLOBAL_H