Update kbugbuster kcal includes

pull/1/head
Timothy Pearson 13 years ago
parent f13f6cc8df
commit b04ab11703

@ -1,5 +1,5 @@
AC_DEFUN([KBUGBUSTER_CHECK_KCAL],[HAVE_KCAL=0 AC_DEFUN([KBUGBUSTER_CHECK_KCAL],[HAVE_KCAL=0
KDE_CHECK_HEADER(libkcal/resourcecalendar.h,HAVE_KCAL=1, KDE_CHECK_HEADER(resourcecalendar.h,HAVE_KCAL=1,
AC_MSG_WARN([Unable to find libkcal. The Bugzilla todo list \ AC_MSG_WARN([Unable to find libkcal. The Bugzilla todo list \
resource for KOrganizer won't be compiled.])) resource for KOrganizer won't be compiled.]))
AM_CONDITIONAL(include_kcalresource, test "$HAVE_KCAL" = 1) AM_CONDITIONAL(include_kcalresource, test "$HAVE_KCAL" = 1)

@ -32,15 +32,15 @@
#include <klocale.h> #include <klocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <libkcal/vcaldrag.h> #include <vcaldrag.h>
#include <libkcal/vcalformat.h> #include <vcalformat.h>
#include <libkcal/icalformat.h> #include <icalformat.h>
#include <libkcal/exceptions.h> #include <exceptions.h>
#include <libkcal/incidence.h> #include <incidence.h>
#include <libkcal/event.h> #include <event.h>
#include <libkcal/todo.h> #include <todo.h>
#include <libkcal/journal.h> #include <journal.h>
#include <libkcal/filestorage.h> #include <filestorage.h>
#include <kabc/locknull.h> #include <kabc/locknull.h>

@ -29,10 +29,10 @@
#include <kconfig.h> #include <kconfig.h>
#include <kdirwatch.h> #include <kdirwatch.h>
#include <libkcal/incidence.h> #include <incidence.h>
#include <libkcal/calendarlocal.h> #include <calendarlocal.h>
#include <libkcal/icalformat.h> #include <icalformat.h>
#include <libkcal/resourcecached.h> #include <resourcecached.h>
#include <bugsystem.h> #include <bugsystem.h>

Loading…
Cancel
Save