summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qicon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/kernel/qicon.h')
-rw-r--r--src/widgets/kernel/qicon.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/widgets/kernel/qicon.h b/src/widgets/kernel/qicon.h
index 2fc2863236..3c527eb974 100644
--- a/src/widgets/kernel/qicon.h
+++ b/src/widgets/kernel/qicon.h
@@ -57,7 +57,7 @@ class QIconPrivate;
class QIconEngine;
class QIconEngineV2;
-class Q_GUI_EXPORT QIcon
+class Q_WIDGETS_EXPORT QIcon
{
public:
enum Mode { Normal, Disabled, Active, Selected };
@@ -119,8 +119,8 @@ public:
private:
QIconPrivate *d;
#if !defined(QT_NO_DATASTREAM)
- friend Q_GUI_EXPORT QDataStream &operator<<(QDataStream &, const QIcon &);
- friend Q_GUI_EXPORT QDataStream &operator>>(QDataStream &, QIcon &);
+ friend Q_WIDGETS_EXPORT QDataStream &operator<<(QDataStream &, const QIcon &);
+ friend Q_WIDGETS_EXPORT QDataStream &operator>>(QDataStream &, QIcon &);
#endif
public:
@@ -132,8 +132,8 @@ Q_DECLARE_SHARED(QIcon)
Q_DECLARE_TYPEINFO(QIcon, Q_MOVABLE_TYPE);
#if !defined(QT_NO_DATASTREAM)
-Q_GUI_EXPORT QDataStream &operator<<(QDataStream &, const QIcon &);
-Q_GUI_EXPORT QDataStream &operator>>(QDataStream &, QIcon &);
+Q_WIDGETS_EXPORT QDataStream &operator<<(QDataStream &, const QIcon &);
+Q_WIDGETS_EXPORT QDataStream &operator>>(QDataStream &, QIcon &);
#endif
QT_END_NAMESPACE