Update kbugbuster kcal includes

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

@ -1,5 +1,5 @@
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 \
resource for KOrganizer won't be compiled.]))
AM_CONDITIONAL(include_kcalresource, test "$HAVE_KCAL" = 1)

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

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

Loading…
Cancel
Save