diff options
Diffstat (limited to 'umbrello')
-rw-r--r-- | umbrello/umbrello/codeimport/kdevcppparser/ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/codeimport/kdevcppparser/ast.h b/umbrello/umbrello/codeimport/kdevcppparser/ast.h index e6dec103..e807225b 100644 --- a/umbrello/umbrello/codeimport/kdevcppparser/ast.h +++ b/umbrello/umbrello/codeimport/kdevcppparser/ast.h @@ -179,7 +179,7 @@ TQString nodeTypeToString( int type ); #if defined(CPPPARSER_QUICK_ALLOCATOR) -#include <tquick_allocator.h> +#include <quick_allocator.h> #define DECLARE_ALLOC(tp) \ void * operator new(std::size_t) \ |