diff options
Diffstat (limited to 'src/plugins/General/kdenotify')
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotifyfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/kdenotify/kdenotifyfactory.cpp b/src/plugins/General/kdenotify/kdenotifyfactory.cpp index ffeaffafe..59fca89b7 100644 --- a/src/plugins/General/kdenotify/kdenotifyfactory.cpp +++ b/src/plugins/General/kdenotify/kdenotifyfactory.cpp @@ -31,7 +31,7 @@ const GeneralProperties KdeNotifyFactory::properties() const properties.shortName = "kdenotify_icon"; properties.hasAbout = true; properties.hasSettings = true; - properties.visibilityControl = FALSE; + properties.visibilityControl = false; return properties; } |
