aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal/halfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hal/halfactory.cpp')
-rw-r--r--src/plugins/General/hal/halfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/hal/halfactory.cpp b/src/plugins/General/hal/halfactory.cpp
index 139c80040..0637bab71 100644
--- a/src/plugins/General/hal/halfactory.cpp
+++ b/src/plugins/General/hal/halfactory.cpp
@@ -31,7 +31,7 @@ const GeneralProperties HalFactory::properties() const
properties.shortName = "hal";
properties.hasAbout = true;
properties.hasSettings = true;
- properties.visibilityControl = FALSE;
+ properties.visibilityControl = false;
return properties;
}