diff options
Diffstat (limited to 'src/qmmpui/filedialogfactory.h')
| -rw-r--r-- | src/qmmpui/filedialogfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/filedialogfactory.h b/src/qmmpui/filedialogfactory.h index d5b790b18..b4aca86cd 100644 --- a/src/qmmpui/filedialogfactory.h +++ b/src/qmmpui/filedialogfactory.h @@ -34,7 +34,7 @@ public: */ FileDialogProperties() { - hasAbout = FALSE; + hasAbout = false; } bool hasAbout; /*!< Should be \b true if the file dialog plugin has about dialog, otherwise should be * \b false */ |
