diff options
Diffstat (limited to 'lib/cppparser/errors.cpp')
-rw-r--r-- | lib/cppparser/errors.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cppparser/errors.cpp b/lib/cppparser/errors.cpp index 3fc2e697..81c15660 100644 --- a/lib/cppparser/errors.cpp +++ b/lib/cppparser/errors.cpp @@ -18,7 +18,7 @@ */ #include "errors.h" -#include <klocale.h> +#include <tdelocale.h> QT_STATIC_CONST_IMPL Error& Errors::InternalError = Error( 1, -1, i18n("Internal Error") ); QT_STATIC_CONST_IMPL Error& Errors::SyntaxError = Error( 2, -1, i18n("Syntax Error before '%1'") ); |