aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/lyrics/lyricsfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/lyrics/lyricsfactory.cpp')
-rw-r--r--src/plugins/General/lyrics/lyricsfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/lyrics/lyricsfactory.cpp b/src/plugins/General/lyrics/lyricsfactory.cpp
index d8ba2e224..577484a32 100644
--- a/src/plugins/General/lyrics/lyricsfactory.cpp
+++ b/src/plugins/General/lyrics/lyricsfactory.cpp
@@ -29,8 +29,8 @@ const GeneralProperties LyricsFactory::properties() const
properties.name = tr("Lyrics Plugin");
properties.shortName = "lyrics";
properties.hasAbout = true;
- properties.hasSettings = FALSE;
- properties.visibilityControl = FALSE;
+ properties.hasSettings = false;
+ properties.visibilityControl = false;
return properties;
}