summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/autolayout/graphvizautolayouter.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/autolayout/graphvizautolayouter.h')
-rw-r--r--umbrello/umbrello/autolayout/graphvizautolayouter.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/umbrello/umbrello/autolayout/graphvizautolayouter.h b/umbrello/umbrello/autolayout/graphvizautolayouter.h
index 114ae63f..a2036749 100644
--- a/umbrello/umbrello/autolayout/graphvizautolayouter.h
+++ b/umbrello/umbrello/autolayout/graphvizautolayouter.h
@@ -12,19 +12,19 @@
#ifndef AUTOLAYOUTGRAPHVIZAUTOLAYOUTER_H
#define AUTOLAYOUTGRAPHVIZAUTOLAYOUTER_H
#include "baseinclude.h"
-#include "autolayouteradapter.h"
+#include "autotqlayouteradapter.h"
#include "graphvizgraph.h"
-namespace Autolayout
+namespace Autotqlayout
{
/**
@author Dimitri Ognibene <ognibened @yahoo.it>
*/
-class GraphvizAutolayouter : virtual public Autolayout::AutolayouterAdapter
+class GraphvizAutotqlayouter : virtual public Autotqlayout::AutotqlayouterAdapter
{
public:
- GraphvizAutolayouter();
+ GraphvizAutotqlayouter();
virtual void setCompressShapes(bool b);
@@ -35,7 +35,7 @@ public:
virtual Canvas* setCanvas(UMLView* view);
- virtual ~GraphvizAutolayouter();
+ virtual ~GraphvizAutotqlayouter();
protected:
virtual Graph* getGraph(){if (!gg) gg=new GraphvizGraph(); return gg;}