summaryrefslogtreecommitdiffstats
path: root/kbugbuster/kresources/kcalresource.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-27 03:26:29 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-27 03:26:29 -0500
commitb04ab1170357870254c55eb305a8ab16d46e07c5 (patch)
tree1fad54da48370b41b5dc1b54c9ba3bde1d9233ce /kbugbuster/kresources/kcalresource.cpp
parentf13f6cc8df4ffbab9d76c59255a62b79117cb50b (diff)
downloadtdesdk-b04ab1170357870254c55eb305a8ab16d46e07c5.tar.gz
tdesdk-b04ab1170357870254c55eb305a8ab16d46e07c5.zip
Update kbugbuster kcal includes
Diffstat (limited to 'kbugbuster/kresources/kcalresource.cpp')
-rw-r--r--kbugbuster/kresources/kcalresource.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/kbugbuster/kresources/kcalresource.cpp b/kbugbuster/kresources/kcalresource.cpp
index 5af8b8be..b219343a 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>