diff options
Diffstat (limited to 'lib/kofficecore/KoUnit.cpp')
-rw-r--r-- | lib/kofficecore/KoUnit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoUnit.cpp b/lib/kofficecore/KoUnit.cpp index 9068fc94..51d1cb2f 100644 --- a/lib/kofficecore/KoUnit.cpp +++ b/lib/kofficecore/KoUnit.cpp @@ -22,8 +22,8 @@ #include "KoUnit.h" #include <KoXmlWriter.h> -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> #include <kdebug.h> #include <tqregexp.h> |