From a0a411065dc5a258e44bab5ab53130036574c177 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 6 Feb 2015 15:58:53 +0900 Subject: Moved iconview widget to src/widget folders. Signed-off-by: Michele Calgaro --- doc/html/qiconview-h.html | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'doc/html/qiconview-h.html') 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; -- cgit v1.2.3