summaryrefslogtreecommitdiffstats
path: root/doc/html/tqprogressdialog-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqprogressdialog-h.html')
-rw-r--r--doc/html/tqprogressdialog-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqprogressdialog-h.html b/doc/html/tqprogressdialog-h.html
index b95d5681a..48cb42327 100644
--- a/doc/html/tqprogressdialog-h.html
+++ b/doc/html/tqprogressdialog-h.html
@@ -100,11 +100,11 @@ class TQ_EXPORT TQProgressDialog : public TQDialog
TQ_PROPERTY( TQString labelText READ labelText WRITE setLabelText )
public:
- TQProgressDialog( TQWidget* parent=0, const char* name=0, bool modal=FALSE,
+ TQProgressDialog( TQWidget* parent=0, const char* name=0, bool modal=false,
WFlags f=0 );
TQProgressDialog( const TQString& labelText, const TQString &cancelButtonText,
int totalSteps, TQWidget* parent=0, const char* name=0,
- bool modal=FALSE, WFlags f=0 );
+ bool modal=false, WFlags f=0 );
~TQProgressDialog();
void setLabel( TQLabel * );