From a41a034902bb3aa75db4524978a174353b5de2fe Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 6 Feb 2015 15:49:31 +0900 Subject: Moved iconview widget to src/widget folders. Signed-off-by: Michele Calgaro --- doc/html/qglobal-h.html | 3 --- doc/html/qiconview-h.html | 14 ++++---------- 2 files changed, 4 insertions(+), 13 deletions(-) (limited to 'doc') diff --git a/doc/html/qglobal-h.html b/doc/html/qglobal-h.html index 953f5d895..8a2d9e5dd 100644 --- a/doc/html/qglobal-h.html +++ b/doc/html/qglobal-h.html @@ -823,9 +823,6 @@ class TQDataStream; #ifndef TQT_MODULE_DIALOGS # define QT_NO_DIALOG #endif -#ifndef TQT_MODULE_ICONVIEW -# define QT_NO_ICONVIEW -#endif #ifndef TQT_MODULE_WORKSPACE # define QT_NO_WORKSPACE #endif diff --git a/doc/html/qiconview-h.html b/doc/html/qiconview-h.html index e2718de98..1498e6eae 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( TQT_MODULE_ICONVIEW ) || defined( QT_INTERNAL_ICONVIEW ) -#define TQM_EXPORT_ICONVIEW -#else -#define TQM_EXPORT_ICONVIEW Q_EXPORT -#endif - class TQIconView; class TQPainter; class TQMimeSource; @@ -114,7 +108,7 @@ class TQIconDragPrivate; #ifndef QT_NO_DRAGANDDROP -class TQM_EXPORT_ICONVIEW TQIconDragItem +class Q_EXPORT TQIconDragItem { public: TQIconDragItem(); @@ -128,7 +122,7 @@ private: }; -class TQM_EXPORT_ICONVIEW TQIconDrag : public TQDragObject +class Q_EXPORT TQIconDrag : public TQDragObject { TQ_OBJECT public: @@ -158,7 +152,7 @@ private: class TQIconViewToolTip; class TQIconViewItemPrivate; -class TQM_EXPORT_ICONVIEW TQIconViewItem : public TQt +class Q_EXPORT TQIconViewItem : public TQt { friend class TQIconView; friend class TQIconViewToolTip; @@ -301,7 +295,7 @@ private: class TQIconViewPrivate; /* don't touch */ -class TQM_EXPORT_ICONVIEW TQIconView : public TQScrollView +class Q_EXPORT TQIconView : public TQScrollView { friend class TQIconViewItem; friend class TQIconViewPrivate; -- cgit v1.2.1