summaryrefslogtreecommitdiffstats
path: root/src/plugins/scheduler
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scheduler')
-rw-r--r--src/plugins/scheduler/bwswidget.h2
-rw-r--r--src/plugins/scheduler/ktschedulerplugin.kcfg4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/scheduler/bwswidget.h b/src/plugins/scheduler/bwswidget.h
index 9cb36ae..a6770aa 100644
--- a/src/plugins/scheduler/bwswidget.h
+++ b/src/plugins/scheduler/bwswidget.h
@@ -63,7 +63,7 @@ namespace kt
/**
* Sets cell paint type.
- * @param color TRUE - paints colors. FALSE - paints pixmaps.
+ * @param color true - paints colors. false - paints pixmaps.
*/
void setType(bool color);
diff --git a/src/plugins/scheduler/ktschedulerplugin.kcfg b/src/plugins/scheduler/ktschedulerplugin.kcfg
index 7f752b3..aca172d 100644
--- a/src/plugins/scheduler/ktschedulerplugin.kcfg
+++ b/src/plugins/scheduler/ktschedulerplugin.kcfg
@@ -8,11 +8,11 @@
<group name="general">
<entry name="enableBWS" type="Bool">
<label>Enable bandwidth scheduler?</label>
- <default>FALSE</default>
+ <default>false</default>
</entry>
<entry name="useColors" type="Bool">
<label>Use colors instead of pixmaps?</label>
- <default>FALSE</default>
+ <default>false</default>
</entry>
</group>
</kcfg>