summaryrefslogtreecommitdiffstats
path: root/src/dialogs/tqdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/tqdialog.h')
-rw-r--r--src/dialogs/tqdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/tqdialog.h b/src/dialogs/tqdialog.h
index e1d82c179..786be4cf5 100644
--- a/src/dialogs/tqdialog.h
+++ b/src/dialogs/tqdialog.h
@@ -60,7 +60,7 @@ friend class TQPushButton;
TQ_PROPERTY( bool modal READ isModal WRITE setModal )
public:
- Q_EXPLICIT TQDialog( TQWidget* parent=0, const char* name=0, bool modal=FALSE,
+ Q_EXPLICIT TQDialog( TQWidget* parent=0, const char* name=0, bool modal=false,
WFlags f=0 );
~TQDialog();
@@ -127,7 +127,7 @@ private:
uint has_relpos : 1;
uint did_resize : 1;
uint in_loop: 1;
- void adjustPositionInternal( TQWidget*, bool useRelPos = FALSE );
+ void adjustPositionInternal( TQWidget*, bool useRelPos = false );
TQDialogPrivate* d;
private: // Disabled copy constructor and operator=