diff options
Diffstat (limited to 'tderesources/exchange/resourceexchange.cpp')
-rw-r--r-- | tderesources/exchange/resourceexchange.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/exchange/resourceexchange.cpp b/tderesources/exchange/resourceexchange.cpp index 6335dc64b..a85c741d2 100644 --- a/tderesources/exchange/resourceexchange.cpp +++ b/tderesources/exchange/resourceexchange.cpp @@ -29,8 +29,8 @@ #include <kdebug.h> #include <tdeapplication.h> #include <kstringhandler.h> -#include <kglobal.h> -#include <klocale.h> +#include <tdeglobal.h> +#include <tdelocale.h> #include <libkcal/calendarlocal.h> #include <libkcal/calendar.h> @@ -38,7 +38,7 @@ #include <tderesources/configwidget.h> -#include <kabc/locknull.h> +#include <tdeabc/locknull.h> #include "dateset.h" #include "exchangeaccount.h" |