diff options
Diffstat (limited to 'umbrello')
-rw-r--r-- | umbrello/umbrello/codeimport/kdevcppparser/ast.h | 2 | ||||
-rw-r--r-- | umbrello/umbrello/petaltree2uml.cpp | 2 | ||||
-rw-r--r-- | umbrello/umbrello/uniqueid.h | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/umbrello/umbrello/codeimport/kdevcppparser/ast.h b/umbrello/umbrello/codeimport/kdevcppparser/ast.h index 3c96da9e..e6dec103 100644 --- a/umbrello/umbrello/codeimport/kdevcppparser/ast.h +++ b/umbrello/umbrello/codeimport/kdevcppparser/ast.h @@ -177,7 +177,7 @@ enum NodeType TQString nodeTypeToString( int type ); -#if defined(CPPPARSER_TQUICK_ALLOCATOR) +#if defined(CPPPARSER_QUICK_ALLOCATOR) #include <tquick_allocator.h> diff --git a/umbrello/umbrello/petaltree2uml.cpp b/umbrello/umbrello/petaltree2uml.cpp index 8d56a3ec..c8cccdc2 100644 --- a/umbrello/umbrello/petaltree2uml.cpp +++ b/umbrello/umbrello/petaltree2uml.cpp @@ -309,7 +309,7 @@ protected: * * @param node Pointer to the PetalNode which may contain a controlled unit * @param name Name of the current node - * @param id TQUID of the current node + * @param id QUID of the current node * @param parentPkg Pointer to the current parent UMLPackage. * @return True if the node actually contained a controlled unit. */ diff --git a/umbrello/umbrello/uniqueid.h b/umbrello/umbrello/uniqueid.h index 56cedb56..7dcbd4bb 100644 --- a/umbrello/umbrello/uniqueid.h +++ b/umbrello/umbrello/uniqueid.h @@ -9,8 +9,8 @@ * Umbrello UML Modeller Authors <uml-devel@uml.sf.net> * ***************************************************************************/ -#ifndef UNITQUEID_H -#define UNITQUEID_H +#ifndef UNIQUEID_H +#define UNIQUEID_H #include "umlnamespace.h" |