summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ntqaction.h')
-rw-r--r--src/widgets/ntqaction.h8
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