diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/svnfrontend/graphtree/revgraphview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/graphtree/revgraphview.cpp b/src/svnfrontend/graphtree/revgraphview.cpp index 89d36f7..5b0064a 100644 --- a/src/svnfrontend/graphtree/revgraphview.cpp +++ b/src/svnfrontend/graphtree/revgraphview.cpp @@ -181,7 +181,7 @@ void RevGraphView::dotExit(KProcess*p) int lineno=0; clear(); beginInsert(); - /* mostly taken from kcachegrind */ + /* mostly taken from tdecachegrind */ while (1) { line = dotStream->readLine(); if (line.isNull()) break; |