diff options
Diffstat (limited to 'tderesources/groupwise/soap/incidenceconverter.cpp')
-rw-r--r-- | tderesources/groupwise/soap/incidenceconverter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/groupwise/soap/incidenceconverter.cpp b/tderesources/groupwise/soap/incidenceconverter.cpp index 79ad94a57..580d84e6e 100644 --- a/tderesources/groupwise/soap/incidenceconverter.cpp +++ b/tderesources/groupwise/soap/incidenceconverter.cpp @@ -18,15 +18,15 @@ Boston, MA 02110-1301, USA. */ -#include <klocale.h> +#include <tdelocale.h> #include <kmdcodec.h> #include <libtdepim/kpimprefs.h> #include <libkcal/event.h> #include <libkcal/journal.h> #include <libkcal/recurrence.h> #include <libkcal/kcalversion.h> -#include <kabc/stdaddressbook.h> -#include <kabc/addressee.h> +#include <tdeabc/stdaddressbook.h> +#include <tdeabc/addressee.h> #include <kdebug.h> #include "incidenceconverter.h" |