diff --git a/AUTHORS b/AUTHORS index f1e57c5..173a6ef 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,4 +10,4 @@ Codefragments around ssh taken from the cervisia-project http://www.kde.org/apps All code containing namespace "Opie" are from the OPIE-project http://opie.handhelds.org/ -Code for revisiontree-display is adapted from the kcachegrind project. \ No newline at end of file +Code for revisiontree-display is adapted from the tdecachegrind project. \ No newline at end of file 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;