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/ntqaction.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/widgets/ntqaction.h') diff --git a/src/widgets/ntqaction.h b/src/widgets/ntqaction.h index 4811d6bfc..919ba22ef 100644 --- a/src/widgets/ntqaction.h +++ b/src/widgets/ntqaction.h @@ -58,7 +58,7 @@ class TQToolTipGroup; class Q_EXPORT TQAction : public TQObject { - Q_OBJECT + TQ_OBJECT Q_PROPERTY( bool toggleAction READ isToggleAction WRITE setToggleAction) Q_PROPERTY( bool on READ isOn WRITE setOn ) Q_PROPERTY( bool enabled READ isEnabled WRITE setEnabled ) @@ -145,7 +145,7 @@ private: friend class TQActionGroupPrivate; TQActionPrivate* d; -#if defined(Q_DISABLE_COPY) // Disabled copy constructor and operator= +#if defined(TQ_DISABLE_COPY) // Disabled copy constructor and operator= TQAction( const TQAction & ); TQAction &operator=( const TQAction & ); #endif @@ -153,7 +153,7 @@ private: class Q_EXPORT TQActionGroup : public TQAction { - Q_OBJECT + TQ_OBJECT Q_PROPERTY( bool exclusive READ isExclusive WRITE setExclusive ) Q_PROPERTY( bool usesDropDown READ usesDropDown WRITE setUsesDropDown ) @@ -207,7 +207,7 @@ public: #endif private: -#if defined(Q_DISABLE_COPY) // Disabled copy constructor and operator= +#if defined(TQ_DISABLE_COPY) // Disabled copy constructor and operator= TQActionGroup( const TQActionGroup & ); TQActionGroup &operator=( const TQActionGroup & ); #endif -- cgit v1.2.1