diff options
author | Timothy Pearson <[email protected]> | 2012-02-13 17:43:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-13 17:43:39 -0600 |
commit | 359640943bcf155faa9a067dde9e00a123276290 (patch) | |
tree | fb3d55ea5e18949042fb0064123fb73d2b1eb932 /src/widgets/ntqlistbox.h | |
parent | a829bcdc533e154000803d517200d32fe762e85c (diff) | |
download | tqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz tqt3-359640943bcf155faa9a067dde9e00a123276290.zip |
Automated update from Qt3
Diffstat (limited to 'src/widgets/ntqlistbox.h')
-rw-r--r-- | src/widgets/ntqlistbox.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/widgets/ntqlistbox.h b/src/widgets/ntqlistbox.h index a7764791d..91cece44e 100644 --- a/src/widgets/ntqlistbox.h +++ b/src/widgets/ntqlistbox.h @@ -61,7 +61,7 @@ class Q_EXPORT TQListBox : public TQScrollView friend class TQListBoxItem; friend class TQListBoxPrivate; - Q_OBJECT + TQ_OBJECT Q_ENUMS( SelectionMode LayoutMode ) Q_PROPERTY( uint count READ count ) Q_PROPERTY( int numItemsVisible READ numItemsVisible ) @@ -308,7 +308,7 @@ private: static TQListBox * changedListBox; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQListBox( const TQListBox & ); TQListBox &operator=( const TQListBox & ); #endif @@ -366,7 +366,7 @@ private: friend class TQComboBoxPopupItem; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQListBoxItem( const TQListBoxItem & ); TQListBoxItem &operator=( const TQListBoxItem & ); #endif @@ -391,7 +391,7 @@ protected: void paint( TQPainter * ); private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQListBoxText( const TQListBoxText & ); TQListBoxText &operator=( const TQListBoxText & ); #endif @@ -423,7 +423,7 @@ protected: private: TQPixmap pm; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQListBoxPixmap( const TQListBoxPixmap & ); TQListBoxPixmap &operator=( const TQListBoxPixmap & ); #endif |