summaryrefslogtreecommitdiffstats
path: root/doc/html/qiconview-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qiconview-h.html')
-rw-r--r--doc/html/qiconview-h.html14
1 files changed, 4 insertions, 10 deletions
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;