diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-07 08:20:52 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-07 08:20:52 +0000 |
commit | eaa51fec106463800192924168eaf9f03f188655 (patch) | |
tree | 708c69190d963a9e8b471a157ab91fab2b9e7d88 /kcontrol/kicker | |
parent | 4c1ea1ee0d11f4074d0ddd5efebfc49c2e1e711c (diff) | |
download | tdebase-eaa51fec106463800192924168eaf9f03f188655.tar.gz tdebase-eaa51fec106463800192924168eaf9f03f188655.zip |
* Fix FTBFS on Slackware
* Added a few Chakra project patches; more are coming shortly
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1172412 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol/kicker')
-rw-r--r-- | kcontrol/kicker/menutab_impl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kcontrol/kicker/menutab_impl.cpp b/kcontrol/kicker/menutab_impl.cpp index 6588a0a13..fa1b123e1 100644 --- a/kcontrol/kicker/menutab_impl.cpp +++ b/kcontrol/kicker/menutab_impl.cpp @@ -24,6 +24,7 @@ #include <tqradiobutton.h> #include <tqcombobox.h> #include <tqbuttongroup.h> +#include <tqlineedit.h> #include <dcopref.h> #include <kapplication.h> |