diff options
Diffstat (limited to 'src/dialogs/tqprogressdialog.h')
| -rw-r--r-- | src/dialogs/tqprogressdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/tqprogressdialog.h b/src/dialogs/tqprogressdialog.h index 628d6de19..6f65a7425 100644 --- a/src/dialogs/tqprogressdialog.h +++ b/src/dialogs/tqprogressdialog.h @@ -66,11 +66,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 * ); |
