diff options
Diffstat (limited to 'umbrello/umbrello/autolayout/graphvizgraph.h')
-rw-r--r-- | umbrello/umbrello/autolayout/graphvizgraph.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/autolayout/graphvizgraph.h b/umbrello/umbrello/autolayout/graphvizgraph.h index dfbf323d..96ae6c31 100644 --- a/umbrello/umbrello/autolayout/graphvizgraph.h +++ b/umbrello/umbrello/autolayout/graphvizgraph.h @@ -21,13 +21,13 @@ #include <deque> #include <graphviz/types.h> -namespace Autolayout +namespace Autotqlayout { /** @author Dimitri Ognibene <ognibened @yahoo.it> */ -class GraphvizGraph : virtual public Autolayout::Graph +class GraphvizGraph : virtual public Autotqlayout::Graph { public: GraphvizGraph(); @@ -50,7 +50,7 @@ public: std::deque<Node*> nodelist; GVC_t* gvc; bool empty_flag; - friend class GraphvizAutolayouter; + friend class GraphvizAutotqlayouter; }; } |