diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-27 03:26:29 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-12-18 08:20:14 +0100 |
commit | 921a3f220b670392521f0c06807cf9f8f281e61c (patch) | |
tree | ef4ceb6072dd7048e02d5e9e064589e46a0c0b08 | |
parent | 91b17d315d96657d907e9c4d50d7bd343c0a5d8e (diff) | |
download | tdesdk-921a3f220b670392521f0c06807cf9f8f281e61c.tar.gz tdesdk-921a3f220b670392521f0c06807cf9f8f281e61c.zip |
Update kbugbuster kcal includes
(cherry picked from commit b04ab1170357870254c55eb305a8ab16d46e07c5)
-rw-r--r-- | kbugbuster/configure.in.in | 2 | ||||
-rw-r--r-- | kbugbuster/kresources/kcalresource.cpp | 18 | ||||
-rw-r--r-- | kbugbuster/kresources/kcalresource.h | 8 |
3 files changed, 14 insertions, 14 deletions
diff --git a/kbugbuster/configure.in.in b/kbugbuster/configure.in.in index 92b239ee..4accaa1e 100644 --- a/kbugbuster/configure.in.in +++ b/kbugbuster/configure.in.in @@ -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) diff --git a/kbugbuster/kresources/kcalresource.cpp b/kbugbuster/kresources/kcalresource.cpp index bb1d7d2d..bbd7ab27 100644 --- a/kbugbuster/kresources/kcalresource.cpp +++ b/kbugbuster/kresources/kcalresource.cpp @@ -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> diff --git a/kbugbuster/kresources/kcalresource.h b/kbugbuster/kresources/kcalresource.h index b852fa26..68248ff3 100644 --- a/kbugbuster/kresources/kcalresource.h +++ b/kbugbuster/kresources/kcalresource.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> |