summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/autolayout/diagram.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/autolayout/diagram.h')
-rw-r--r--umbrello/umbrello/autolayout/diagram.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/autolayout/diagram.h b/umbrello/umbrello/autolayout/diagram.h
index 43f35f51..b5e918b2 100644
--- a/umbrello/umbrello/autolayout/diagram.h
+++ b/umbrello/umbrello/autolayout/diagram.h
@@ -21,7 +21,7 @@
@author Dimitri Ognibene <ognibened @yahoo.it>
Umbrello UML Modeller Authors
*/
-namespace Autotqlayout{
+namespace Autolayout{
class Diagram//: public virtual Graph, public virtual Canvas{
{
private:
@@ -39,7 +39,7 @@ public:
void addNode(const char *name, int width,int heigt);
void addEdge(const char* nodea,const char*nodeb);
- void autotqlayout();
+ void autolayout();
void save();
Node getNode(const char*);