diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-05-24 23:15:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-05-24 23:15:39 +0000 |
commit | 066e38e23bcfc9d923a215843f57be803d016997 (patch) | |
tree | 77f5ad0bc8b2946200461d6f2d4a57732a8b4be7 | |
parent | a71c4476a79950040c9007f84af25cef4e28b351 (diff) | |
download | tdepim-066e38e23bcfc9d923a215843f57be803d016997.tar.gz tdepim-066e38e23bcfc9d923a215843f57be803d016997.zip |
Debian compilation fix
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1130283 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kresources/caldav/configwidgets.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kresources/caldav/configwidgets.cpp b/kresources/caldav/configwidgets.cpp index f586af167..64eb1a279 100644 --- a/kresources/caldav/configwidgets.cpp +++ b/kresources/caldav/configwidgets.cpp @@ -47,6 +47,7 @@ #include <qspinbox.h> #include <qbuttongroup.h> #include <qgroupbox.h> +#include <qhbox.h> using namespace KCal; |