diff options
Diffstat (limited to 'tdeioslaves/opengroupware/opengroupware.cpp')
-rw-r--r-- | tdeioslaves/opengroupware/opengroupware.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeioslaves/opengroupware/opengroupware.cpp b/tdeioslaves/opengroupware/opengroupware.cpp index 3624b61e9..c1fd485df 100644 --- a/tdeioslaves/opengroupware/opengroupware.cpp +++ b/tdeioslaves/opengroupware/opengroupware.cpp @@ -25,7 +25,7 @@ #include <kurl.h> #include <tdeio/job.h> #include <tdeio/davjob.h> -#include <klocale.h> +#include <tdelocale.h> #include <libtdepim/kabcresourcecached.h> @@ -34,12 +34,12 @@ #include <libkcal/scheduler.h> #include <libkcal/calendarlocal.h> -#include <kabc/vcardconverter.h> +#include <tdeabc/vcardconverter.h> #include <kinstance.h> #include <kdebug.h> -#include <klocale.h> -#include <ktempfile.h> +#include <tdelocale.h> +#include <tdetempfile.h> #include <sys/types.h> #include <unistd.h> |