diff options
Diffstat (limited to 'doc/html/qaction-h.html')
-rw-r--r-- | doc/html/qaction-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qaction-h.html b/doc/html/qaction-h.html index 11a06f9e4..a04a26234 100644 --- a/doc/html/qaction-h.html +++ b/doc/html/qaction-h.html @@ -92,7 +92,7 @@ class TQStatusBar; class TQPopupMenu; class TQToolTipGroup; -class Q_EXPORT TQAction : public TQObject +class TQ_EXPORT TQAction : public TQObject { TQ_OBJECT TQ_PROPERTY( bool toggleAction READ isToggleAction WRITE setToggleAction) @@ -187,7 +187,7 @@ private: #endif }; -class Q_EXPORT TQActionGroup : public TQAction +class TQ_EXPORT TQActionGroup : public TQAction { TQ_OBJECT TQ_PROPERTY( bool exclusive READ isExclusive WRITE setExclusive ) |