diff options
Diffstat (limited to 'doc/html/qiconview-h.html')
-rw-r--r-- | doc/html/qiconview-h.html | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/doc/html/qiconview-h.html b/doc/html/qiconview-h.html index 1c06cdb..a5d1be6 100644 --- a/doc/html/qiconview-h.html +++ b/doc/html/qiconview-h.html @@ -91,12 +91,6 @@ body { background: #ffffff; color: black; } #ifndef QT_NO_ICONVIEW -#if !defined( QT_MODULE_ICONVIEW ) || defined( QT_INTERNAL_ICONVIEW ) -#define QM_EXPORT_ICONVIEW -#else -#define QM_EXPORT_ICONVIEW Q_EXPORT -#endif - class QIconView; class QPainter; class QMimeSource; @@ -114,7 +108,7 @@ class QIconDragPrivate; #ifndef QT_NO_DRAGANDDROP -class QM_EXPORT_ICONVIEW QIconDragItem +class Q_EXPORT QIconDragItem { public: QIconDragItem(); @@ -128,7 +122,7 @@ private: }; -class QM_EXPORT_ICONVIEW QIconDrag : public QDragObject +class Q_EXPORT QIconDrag : public QDragObject { Q_OBJECT public: @@ -158,7 +152,7 @@ private: class QIconViewToolTip; class QIconViewItemPrivate; -class QM_EXPORT_ICONVIEW QIconViewItem : public Qt +class Q_EXPORT QIconViewItem : public Qt { friend class QIconView; friend class QIconViewToolTip; @@ -301,7 +295,7 @@ private: class QIconViewPrivate; /* don't touch */ -class QM_EXPORT_ICONVIEW QIconView : public QScrollView +class Q_EXPORT QIconView : public QScrollView { friend class QIconViewItem; friend class QIconViewPrivate; |