From 92663f876495b7d98aa85d604d0149f8b73c8dc7 Mon Sep 17 00:00:00 2001 From: dimitri Date: Wed, 30 Aug 2000 18:54:41 +0000 Subject: Fixed a compile problem with Qt-2.x --- src/dot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dot.cpp b/src/dot.cpp index d81d09d..3b61864 100644 --- a/src/dot.cpp +++ b/src/dot.cpp @@ -1043,7 +1043,7 @@ static void findMaximalDotGraph(DotNode *root, QCString DotClassGraph::diskName() const { - QString result=m_diskName.copy(); + QCString result=m_diskName.copy(); switch (m_graphType) { case Implementation: -- cgit v0.12