summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qitemselectionmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/itemviews/qitemselectionmodel.h')
-rw-r--r--src/widgets/itemviews/qitemselectionmodel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/itemviews/qitemselectionmodel.h b/src/widgets/itemviews/qitemselectionmodel.h
index 3f4aa72008..5a117c8a1c 100644
--- a/src/widgets/itemviews/qitemselectionmodel.h
+++ b/src/widgets/itemviews/qitemselectionmodel.h
@@ -55,7 +55,7 @@ QT_MODULE(Gui)
#ifndef QT_NO_ITEMVIEWS
-class Q_GUI_EXPORT QItemSelectionRange
+class Q_WIDGETS_EXPORT QItemSelectionRange
{
public:
@@ -148,7 +148,7 @@ inline QItemSelectionRange::QItemSelectionRange(const QModelIndex &atopLeft,
class QItemSelection;
class QItemSelectionModelPrivate;
-class Q_GUI_EXPORT QItemSelectionModel : public QObject
+class Q_WIDGETS_EXPORT QItemSelectionModel : public QObject
{
Q_OBJECT
Q_DECLARE_PRIVATE(QItemSelectionModel)
@@ -228,7 +228,7 @@ Q_DECLARE_OPERATORS_FOR_FLAGS(QItemSelectionModel::SelectionFlags)
// dummy implentation of qHash() necessary for instantiating QList<QItemSelectionRange>::toSet() with MSVC
inline uint qHash(const QItemSelectionRange &) { return 0; }
-class Q_GUI_EXPORT QItemSelection : public QList<QItemSelectionRange>
+class Q_WIDGETS_EXPORT QItemSelection : public QList<QItemSelectionRange>
{
public:
QItemSelection() {}
@@ -243,7 +243,7 @@ public:
};
#ifndef QT_NO_DEBUG_STREAM
-Q_GUI_EXPORT QDebug operator<<(QDebug, const QItemSelectionRange &);
+Q_WIDGETS_EXPORT QDebug operator<<(QDebug, const QItemSelectionRange &);
#endif
#endif // QT_NO_ITEMVIEWS