diff options
Diffstat (limited to 'tools/converter')
-rw-r--r-- | tools/converter/koconverter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/converter/koconverter.cpp b/tools/converter/koconverter.cpp index 82779c44..9bad2fb5 100644 --- a/tools/converter/koconverter.cpp +++ b/tools/converter/koconverter.cpp @@ -23,8 +23,8 @@ #include <tdeaboutdata.h> #include <kimageio.h> #include <tdecmdlineargs.h> -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> #include <kmimetype.h> #include <tdeapplication.h> #include <kdebug.h> |