aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/scrobblerfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/scrobbler/scrobblerfactory.cpp')
-rw-r--r--src/plugins/General/scrobbler/scrobblerfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/scrobbler/scrobblerfactory.cpp b/src/plugins/General/scrobbler/scrobblerfactory.cpp
index 02a729e7c..332dd22ac 100644
--- a/src/plugins/General/scrobbler/scrobblerfactory.cpp
+++ b/src/plugins/General/scrobbler/scrobblerfactory.cpp
@@ -29,8 +29,8 @@ const GeneralProperties ScrobblerFactory::properties() const
GeneralProperties properties;
properties.name = tr("Scrobbler Plugin");
properties.shortName = "scrobbler";
- properties.hasAbout = TRUE;
- properties.hasSettings = TRUE;
+ properties.hasAbout = true;
+ properties.hasSettings = true;
properties.visibilityControl = FALSE;
return properties;
}