From bd3c603465110b74a0ddcee72e6f020a78d44e59 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 15 Feb 2013 22:00:22 -0600 Subject: Rename additional header files to avoid conflicts with KDE4 --- lib/cppparser/errors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/cppparser/errors.cpp') 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 +#include 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'") ); -- cgit v1.2.3