diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-13 17:43:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-13 17:43:39 -0600 |
commit | 359640943bcf155faa9a067dde9e00a123276290 (patch) | |
tree | fb3d55ea5e18949042fb0064123fb73d2b1eb932 /doc/html/qiconview-h.html | |
parent | a829bcdc533e154000803d517200d32fe762e85c (diff) | |
download | tqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz tqt3-359640943bcf155faa9a067dde9e00a123276290.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html/qiconview-h.html')
-rw-r--r-- | doc/html/qiconview-h.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qiconview-h.html b/doc/html/qiconview-h.html index 87b7a0084..7e319bb6b 100644 --- a/doc/html/qiconview-h.html +++ b/doc/html/qiconview-h.html @@ -91,7 +91,7 @@ body { background: #ffffff; color: black; } #ifndef QT_NO_ICONVIEW -#if !defined( QT_MODULE_ICONVIEW ) || defined( QT_INTERNAL_ICONVIEW ) +#if !defined( TQT_MODULE_ICONVIEW ) || defined( QT_INTERNAL_ICONVIEW ) #define TQM_EXPORT_ICONVIEW #else #define TQM_EXPORT_ICONVIEW Q_EXPORT @@ -130,7 +130,7 @@ private: class TQM_EXPORT_ICONVIEW TQIconDrag : public TQDragObject { - Q_OBJECT + TQ_OBJECT public: TQIconDrag( TQWidget * dragSource, const char* name = 0 ); virtual ~TQIconDrag(); @@ -147,7 +147,7 @@ private: friend class TQIconView; friend class TQIconViewPrivate; -#if defined(Q_DISABLE_COPY) // Disabled copy constructor and operator= +#if defined(TQ_DISABLE_COPY) // Disabled copy constructor and operator= TQIconDrag( const TQIconDrag & ); TQIconDrag &operator=( const TQIconDrag & ); #endif @@ -307,7 +307,7 @@ class TQM_EXPORT_ICONVIEW TQIconView : public TQScrollView friend class TQIconViewPrivate; friend class TQIconViewToolTip; - Q_OBJECT + TQ_OBJECT // #### sorting and sort direction do not work Q_ENUMS( SelectionMode ItemTextPos Arrangement ResizeMode ) Q_PROPERTY( bool sorting READ sorting ) @@ -539,7 +539,7 @@ private: TQIconViewPrivate *d; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQIconView( const TQIconView & ); TQIconView& operator=( const TQIconView & ); #endif |