summaryrefslogtreecommitdiffstats
path: root/src/dialogs/ntqdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/ntqdialog.h')
-rw-r--r--src/dialogs/ntqdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/ntqdialog.h b/src/dialogs/ntqdialog.h
index 37582e557..0ec9295f4 100644
--- a/src/dialogs/ntqdialog.h
+++ b/src/dialogs/ntqdialog.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=