diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-13 17:43:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-13 17:43:39 -0600 |
commit | 359640943bcf155faa9a067dde9e00a123276290 (patch) | |
tree | fb3d55ea5e18949042fb0064123fb73d2b1eb932 /src/widgets/ntqaction.h | |
parent | a829bcdc533e154000803d517200d32fe762e85c (diff) | |
download | tqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz tqt3-359640943bcf155faa9a067dde9e00a123276290.zip |
Automated update from Qt3
Diffstat (limited to 'src/widgets/ntqaction.h')
-rw-r--r-- | src/widgets/ntqaction.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 |