summaryrefslogtreecommitdiffstats
path: root/kcontrol/launch/kcmlaunch.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/launch/kcmlaunch.h')
-rw-r--r--kcontrol/launch/kcmlaunch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kcontrol/launch/kcmlaunch.h b/kcontrol/launch/kcmlaunch.h
index f7c16bcef..057a3f3d1 100644
--- a/kcontrol/launch/kcmlaunch.h
+++ b/kcontrol/launch/kcmlaunch.h
@@ -54,7 +54,8 @@ class LaunchConfig : public KCModule
BusyCursor = 1 << 0,
TaskbarButton = 1 << 1,
- Default = BusyCursor | TaskbarButton
+// Default = BusyCursor | TaskbarButton
+ Default = 0;
};