diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/AboutDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 0af0152..855b7a3 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -28,7 +28,7 @@ // Displays a dialog window with information about UniversalIndentGUI AboutDialog::AboutDialog(TQWidget *parent, WFlags flags) : - AboutDialogBase(parent, NULL, FALSE, flags) + AboutDialogBase(parent, NULL, false, flags) { TQFont titleFont = titleLabel->font(); titleFont.setPointSize(20); |