aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/kdenotify/kdenotifyfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/kdenotify/kdenotifyfactory.cpp')
-rw-r--r--src/plugins/General/kdenotify/kdenotifyfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/kdenotify/kdenotifyfactory.cpp b/src/plugins/General/kdenotify/kdenotifyfactory.cpp
index 967b92305..ffeaffafe 100644
--- a/src/plugins/General/kdenotify/kdenotifyfactory.cpp
+++ b/src/plugins/General/kdenotify/kdenotifyfactory.cpp
@@ -29,8 +29,8 @@ const GeneralProperties KdeNotifyFactory::properties() const
GeneralProperties properties;
properties.name = tr("KDE 4 notification plugin");
properties.shortName = "kdenotify_icon";
- properties.hasAbout = TRUE;
- properties.hasSettings = TRUE;
+ properties.hasAbout = true;
+ properties.hasSettings = true;
properties.visibilityControl = FALSE;
return properties;
}