diff options
Diffstat (limited to 'umbrello/umbrello/autolayout/graphvizgraph.h')
-rw-r--r-- | umbrello/umbrello/autolayout/graphvizgraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/autolayout/graphvizgraph.h b/umbrello/umbrello/autolayout/graphvizgraph.h index 96ae6c31..1be57139 100644 --- a/umbrello/umbrello/autolayout/graphvizgraph.h +++ b/umbrello/umbrello/autolayout/graphvizgraph.h @@ -50,7 +50,7 @@ public: std::deque<Node*> nodelist; GVC_t* gvc; bool empty_flag; - friend class GraphvizAutotqlayouter; + friend class GraphvizAutolayouter; }; } |