diff options
Diffstat (limited to 'tderesources/slox/kcalresourceslox_plugin.cpp')
-rw-r--r-- | tderesources/slox/kcalresourceslox_plugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/slox/kcalresourceslox_plugin.cpp b/tderesources/slox/kcalresourceslox_plugin.cpp index 8a5cf6906..97e2bbebc 100644 --- a/tderesources/slox/kcalresourceslox_plugin.cpp +++ b/tderesources/slox/kcalresourceslox_plugin.cpp @@ -21,8 +21,8 @@ #include "kcalresourcesloxconfig.h" #include "kcalresourceslox.h" -#include <kglobal.h> -#include <klocale.h> +#include <tdeglobal.h> +#include <tdelocale.h> using namespace KCal; |