diff options
Diffstat (limited to 'umbrello/umbrello/autolayout/graphvizgraph.h')
-rw-r--r-- | umbrello/umbrello/autolayout/graphvizgraph.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/autolayout/graphvizgraph.h b/umbrello/umbrello/autolayout/graphvizgraph.h index 1be57139..dfbf323d 100644 --- a/umbrello/umbrello/autolayout/graphvizgraph.h +++ b/umbrello/umbrello/autolayout/graphvizgraph.h @@ -21,13 +21,13 @@ #include <deque> #include <graphviz/types.h> -namespace Autotqlayout +namespace Autolayout { /** @author Dimitri Ognibene <ognibened @yahoo.it> */ -class GraphvizGraph : virtual public Autotqlayout::Graph +class GraphvizGraph : virtual public Autolayout::Graph { public: GraphvizGraph(); |