diff options
Diffstat (limited to 'korganizer/freebusymanager.cpp')
-rw-r--r-- | korganizer/freebusymanager.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/korganizer/freebusymanager.cpp b/korganizer/freebusymanager.cpp index ee0c38a05..5d479e889 100644 --- a/korganizer/freebusymanager.cpp +++ b/korganizer/freebusymanager.cpp @@ -49,15 +49,15 @@ #include <libkcal/calendarlocal.h> #include <libkcal/icalformat.h> -#include <kio/job.h> +#include <tdeio/job.h> #include <kdebug.h> #include <kmessagebox.h> #include <ktempfile.h> -#include <kio/jobclasses.h> -#include <kio/netaccess.h> -#include <kio/scheduler.h> +#include <tdeio/jobclasses.h> +#include <tdeio/netaccess.h> +#include <tdeio/scheduler.h> #include <kapplication.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <klocale.h> #include <kstandarddirs.h> #include <kabc/stdaddressbook.h> |