summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-30 12:03:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-30 12:03:37 -0600
commit206cd56ef213cf3d7edb5925a829ebbdbfdea9ad (patch)
treeae228e4209174f664e1c161e170085ada8a2d2d1
parent15aadebfc754fc0af85c42e06d596fea44cd7fe7 (diff)
downloadtdesvn-206cd56ef213cf3d7edb5925a829ebbdbfdea9ad.tar.gz
tdesvn-206cd56ef213cf3d7edb5925a829ebbdbfdea9ad.zip
Rename ksocket and kcache
-rw-r--r--AUTHORS2
-rw-r--r--src/svnfrontend/graphtree/revgraphview.cpp2
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;