diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-05 01:24:08 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-05-05 12:04:29 +0200 |
commit | 02fbbaeeaef73eea604ad16bcbc290eb34c67787 (patch) | |
tree | 54a213a122bc2ab45bb822827940ed360b79608a | |
parent | f6ae9a0baac4fabf6d8f676ad118d3abc68a89d3 (diff) | |
download | tdesdk-02fbbaeeaef73eea604ad16bcbc290eb34c67787.tar.gz tdesdk-02fbbaeeaef73eea604ad16bcbc290eb34c67787.zip |
Fix inadvertent renaming.
(cherry picked from commit 29aba7b9100470c3318708d281a21b383630d59e)
-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 dc9cc1a9..ed6d91b0 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) \ |