From 206cd56ef213cf3d7edb5925a829ebbdbfdea9ad Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 30 Jan 2012 12:03:37 -0600 Subject: [PATCH] Rename ksocket and kcache --- AUTHORS | 2 +- src/svnfrontend/graphtree/revgraphview.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;