diff options
Diffstat (limited to 'src/widgets/ntqcombobox.h')
-rw-r--r-- | src/widgets/ntqcombobox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/ntqcombobox.h b/src/widgets/ntqcombobox.h index 0b5eb95d7..9ab4e3a35 100644 --- a/src/widgets/ntqcombobox.h +++ b/src/widgets/ntqcombobox.h @@ -58,7 +58,7 @@ class TQWheelEvent; class Q_EXPORT TQComboBox : public TQWidget { - Q_OBJECT + TQ_OBJECT Q_ENUMS( Policy ) Q_PROPERTY( bool editable READ editable WRITE setEditable ) Q_PROPERTY( int count READ count ) @@ -194,7 +194,7 @@ private: TQComboBoxData *d; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQComboBox( const TQComboBox & ); TQComboBox &operator=( const TQComboBox & ); #endif |