summaryrefslogtreecommitdiffstats
path: root/src/dotgfxhierarchytable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotgfxhierarchytable.cpp')
-rw-r--r--src/dotgfxhierarchytable.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dotgfxhierarchytable.cpp b/src/dotgfxhierarchytable.cpp
index 9f81e22..9a14cb4 100644
--- a/src/dotgfxhierarchytable.cpp
+++ b/src/dotgfxhierarchytable.cpp
@@ -20,6 +20,7 @@
#include "message.h"
#include "doxygen.h"
#include "classlist.h"
+#include "dir.h"
QCString DotGfxHierarchyTable::getBaseName() const
{
@@ -77,7 +78,7 @@ void DotGfxHierarchyTable::writeGraph(FTextStream &out,
if (m_rootSubgraphs.empty()) return;
- QDir d(path);
+ Dir d(path);
// store the original directory
if (!d.exists())
{