diff options
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 |