aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/covermanager/covermanagerfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/covermanager/covermanagerfactory.cpp')
-rw-r--r--src/plugins/General/covermanager/covermanagerfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/covermanager/covermanagerfactory.cpp b/src/plugins/General/covermanager/covermanagerfactory.cpp
index 041e797d0..722f37675 100644
--- a/src/plugins/General/covermanager/covermanagerfactory.cpp
+++ b/src/plugins/General/covermanager/covermanagerfactory.cpp
@@ -29,8 +29,8 @@ const GeneralProperties CoverManagerFactory::properties() const
properties.name = tr("Cover Manager Plugin");
properties.shortName = "cover_manager";
properties.hasAbout = true;
- properties.hasSettings = FALSE;
- properties.visibilityControl = FALSE;
+ properties.hasSettings = false;
+ properties.visibilityControl = false;
return properties;
}