summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-19 04:24:32 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-19 04:24:32 +0000
commitc425319b683fc8f944f5d079a55c2d895799cec8 (patch)
tree685d5a35c461a8e28bdbabfbd3c74ef191d1b599
parent493361b087fd5eb6622e98fe59b044134902861f (diff)
downloadtdebase-c425319b.tar.gz
tdebase-c425319b.zip
Fix FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176933 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kcontrol/launch/kcmlaunch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/launch/kcmlaunch.h b/kcontrol/launch/kcmlaunch.h
index 057a3f3d1..c831182a6 100644
--- a/kcontrol/launch/kcmlaunch.h
+++ b/kcontrol/launch/kcmlaunch.h
@@ -55,7 +55,7 @@ class LaunchConfig : public KCModule
TaskbarButton = 1 << 1,
// Default = BusyCursor | TaskbarButton
- Default = 0;
+ Default = 0
};