diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-19 04:24:32 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-19 04:24:32 +0000 |
commit | c425319b683fc8f944f5d079a55c2d895799cec8 (patch) | |
tree | 685d5a35c461a8e28bdbabfbd3c74ef191d1b599 | |
parent | 493361b087fd5eb6622e98fe59b044134902861f (diff) | |
download | tdebase-c425319b683fc8f944f5d079a55c2d895799cec8.tar.gz tdebase-c425319b683fc8f944f5d079a55c2d895799cec8.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.h | 2 |
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 }; |