summaryrefslogtreecommitdiff
path: root/src/svgwidgets/qtsvgwidgetsglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svgwidgets/qtsvgwidgetsglobal.h')
-rw-r--r--src/svgwidgets/qtsvgwidgetsglobal.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/svgwidgets/qtsvgwidgetsglobal.h b/src/svgwidgets/qtsvgwidgetsglobal.h
index 9802247..a95ed2c 100644
--- a/src/svgwidgets/qtsvgwidgetsglobal.h
+++ b/src/svgwidgets/qtsvgwidgetsglobal.h
@@ -41,21 +41,6 @@
#define QTSVGWIDGETSGLOBAL_H
#include <QtCore/qglobal.h>
-
-QT_BEGIN_NAMESPACE
-
-#ifndef Q_SVGWIDGETS_EXPORT
-# ifndef QT_STATIC
-# if defined(QT_BUILD_SVGWIDGETS_LIB)
-# define Q_SVGWIDGETS_EXPORT Q_DECL_EXPORT
-# else
-# define Q_SVGWIDGETS_EXPORT Q_DECL_IMPORT
-# endif
-# else
-# define Q_SVGWIDGETS_EXPORT
-# endif
-#endif
-
-QT_END_NAMESPACE
+#include <QtSvgWidgets/qtsvgwidgetsexports.h>
#endif