aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/generalfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/generalfactory.h')
-rw-r--r--src/qmmpui/generalfactory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qmmpui/generalfactory.h b/src/qmmpui/generalfactory.h
index 02fcedd57..7e6541883 100644
--- a/src/qmmpui/generalfactory.h
+++ b/src/qmmpui/generalfactory.h
@@ -36,9 +36,9 @@ public:
*/
GeneralProperties()
{
- hasAbout = FALSE;
- hasSettings = FALSE;
- visibilityControl = FALSE;
+ hasAbout = false;
+ hasSettings = false;
+ visibilityControl = false;
}
QString name; /*!< File dialog plugin full name */
QString shortName; /*!< File dialog short name for internal usage */