diff options
Diffstat (limited to 'src/widgets/ntqbutton.h')
-rw-r--r-- | src/widgets/ntqbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/ntqbutton.h b/src/widgets/ntqbutton.h index 17dcdd260..ce5f85e4d 100644 --- a/src/widgets/ntqbutton.h +++ b/src/widgets/ntqbutton.h @@ -55,7 +55,7 @@ class TQButtonData; class Q_EXPORT TQButton : public TQWidget { - Q_OBJECT + TQ_OBJECT Q_ENUMS( ToggleType ToggleState ) Q_PROPERTY( TQString text READ text WRITE setText ) Q_PROPERTY( TQPixmap pixmap READ pixmap WRITE setPixmap ) @@ -164,7 +164,7 @@ private: void nextState(); private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQButton( const TQButton & ); TQButton &operator=( const TQButton & ); #endif |