diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 12:03:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 12:03:37 -0600 |
commit | 206cd56ef213cf3d7edb5925a829ebbdbfdea9ad (patch) | |
tree | ae228e4209174f664e1c161e170085ada8a2d2d1 | |
parent | 15aadebfc754fc0af85c42e06d596fea44cd7fe7 (diff) | |
download | tdesvn-206cd56ef213cf3d7edb5925a829ebbdbfdea9ad.tar.gz tdesvn-206cd56ef213cf3d7edb5925a829ebbdbfdea9ad.zip |
Rename ksocket and kcache
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | src/svnfrontend/graphtree/revgraphview.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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; |