summaryrefslogtreecommitdiffstats
path: root/doc/html/qaction-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qaction-h.html')
-rw-r--r--doc/html/qaction-h.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qaction-h.html b/doc/html/qaction-h.html
index e08e63881..df70a1edd 100644
--- a/doc/html/qaction-h.html
+++ b/doc/html/qaction-h.html
@@ -94,7 +94,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 )
@@ -181,7 +181,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
@@ -189,7 +189,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 )
@@ -243,7 +243,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