diff options
author | Christian Mollekopf <mollekopf@kolabsys.com> | 2012-06-27 20:52:26 (GMT) |
---|---|---|
committer | Christian Mollekopf <mollekopf@kolabsys.com> | 2012-06-27 20:52:26 (GMT) |
commit | 9b0d5b0bd47e94db70804b92ed0abe62423bfa93 (patch) | |
tree | ac95eadd045c0e354778d40c4ba9816c4271d8cf | |
parent | d6d7d4602741ea27823552a19741b23fbc79660d (diff) | |
download | libcalendaring-9b0d5b0bd47e94db70804b92ed0abe62423bfa93.tar.gz |
compiles on el6
-rw-r--r-- | kcalutils/incidenceformatter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcalutils/incidenceformatter.cpp b/kcalutils/incidenceformatter.cpp index c2eb7d1..c59f0ad 100644 --- a/kcalutils/incidenceformatter.cpp +++ b/kcalutils/incidenceformatter.cpp @@ -49,8 +49,8 @@ using namespace KCalCore; #include <kcalendarsystem.h> #include <kdebug.h> -#include <kemailsettings.h> -#include <kiconloader.h> +//#include <kemailsettings.h> +//#include <kiconloader.h> #include <klocale.h> #include <kmimetype.h> #include <ksystemtimezone.h> @@ -4511,4 +4511,4 @@ QStringList IncidenceFormatter::reminderStringList( const Incidence::Ptr &incide return reminderStringList; } -#endif
\ No newline at end of file +#endif |