diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 12:20:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 12:20:38 -0600 |
commit | da6f54f964c028f12c91450617d72451b1cd8e2c (patch) | |
tree | e0daccebcf8ce715d50c8a950ceb5153ad195f73 /tderesources/groupwise | |
parent | 513d0163e99d4447deb274b9f0799bb390f26cfc (diff) | |
download | tdepim-da6f54f964c028f12c91450617d72451b1cd8e2c.tar.gz tdepim-da6f54f964c028f12c91450617d72451b1cd8e2c.zip |
Fix FTBFS
Diffstat (limited to 'tderesources/groupwise')
-rw-r--r-- | tderesources/groupwise/soap/soapdebug.cpp | 2 | ||||
-rw-r--r-- | tderesources/groupwise/tdeabc_resourcegroupwise.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/groupwise/soap/soapdebug.cpp b/tderesources/groupwise/soap/soapdebug.cpp index 3c9cfc802..0afff20da 100644 --- a/tderesources/groupwise/soap/soapdebug.cpp +++ b/tderesources/groupwise/soap/soapdebug.cpp @@ -7,7 +7,7 @@ #include <kdebug.h> #include <tdetempfile.h> -#include <kabcresourcecached.h> +#include <tdeabcresourcecached.h> #include <libkcal/icalformat.h> #include <libkcal/resourcelocal.h> diff --git a/tderesources/groupwise/tdeabc_resourcegroupwise.h b/tderesources/groupwise/tdeabc_resourcegroupwise.h index 0c7533eef..27cf363fc 100644 --- a/tderesources/groupwise/tdeabc_resourcegroupwise.h +++ b/tderesources/groupwise/tdeabc_resourcegroupwise.h @@ -22,7 +22,7 @@ #include "soap/groupwiseserver.h" -#include <kabcresourcecached.h> +#include <tdeabcresourcecached.h> #include <tdepimmacros.h> #include <libtdepim/progressmanager.h> |