From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- src/widgets/ntqcombobox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/ntqcombobox.h') 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 -- cgit v1.2.1