diff options
Diffstat (limited to 'doc/html/qdialog-h.html')
-rw-r--r-- | doc/html/qdialog-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qdialog-h.html b/doc/html/qdialog-h.html index c8d6b6ead..a49649ff9 100644 --- a/doc/html/qdialog-h.html +++ b/doc/html/qdialog-h.html @@ -92,8 +92,8 @@ class Q_EXPORT TQDialog : public TQWidget { friend class TQPushButton; TQ_OBJECT - Q_PROPERTY( bool sizeGripEnabled READ isSizeGripEnabled WRITE setSizeGripEnabled ) - Q_PROPERTY( bool modal READ isModal WRITE setModal ) + TQ_PROPERTY( bool sizeGripEnabled READ isSizeGripEnabled WRITE setSizeGripEnabled ) + TQ_PROPERTY( bool modal READ isModal WRITE setModal ) public: Q_EXPLICIT TQDialog( TQWidget* parent=0, const char* name=0, bool modal=FALSE, |