summaryrefslogtreecommitdiffstats
path: root/doc/html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-02-06 15:49:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-02-06 15:49:31 +0900
commita41a034902bb3aa75db4524978a174353b5de2fe (patch)
treee05d193b949e08d0aa3597f7f9d8715882c79687 /doc/html
parent859958033dcb5ba82c6fb9eecea720f107d20109 (diff)
downloadtqt3-a41a034902bb3aa75db4524978a174353b5de2fe.tar.gz
tqt3-a41a034902bb3aa75db4524978a174353b5de2fe.zip
Moved iconview widget to src/widget folders.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/qglobal-h.html3
-rw-r--r--doc/html/qiconview-h.html14
2 files changed, 4 insertions, 13 deletions
diff --git a/doc/html/qglobal-h.html b/doc/html/qglobal-h.html
index 953f5d89..8a2d9e5d 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 e2718de9..1498e6ea 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;