diff options
Diffstat (limited to 'src/iconview/ntqiconview.h')
-rw-r--r-- | src/iconview/ntqiconview.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/iconview/ntqiconview.h b/src/iconview/ntqiconview.h index ea905fa56..6df2991f7 100644 --- a/src/iconview/ntqiconview.h +++ b/src/iconview/ntqiconview.h @@ -55,7 +55,7 @@ #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 @@ -94,7 +94,7 @@ private: class TQM_EXPORT_ICONVIEW TQIconDrag : public TQDragObject { - Q_OBJECT + TQ_OBJECT public: TQIconDrag( TQWidget * dragSource, const char* name = 0 ); virtual ~TQIconDrag(); @@ -111,7 +111,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 @@ -275,7 +275,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 ) @@ -507,7 +507,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 |