Rename ksocket and kcache

pull/1/head
Timothy Pearson 12 years ago
parent 15aadebfc7
commit 206cd56ef2

@ -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/ All code containing namespace "Opie" are from the OPIE-project http://opie.handhelds.org/
Code for revisiontree-display is adapted from the kcachegrind project. Code for revisiontree-display is adapted from the tdecachegrind project.

@ -181,7 +181,7 @@ void RevGraphView::dotExit(KProcess*p)
int lineno=0; int lineno=0;
clear(); clear();
beginInsert(); beginInsert();
/* mostly taken from kcachegrind */ /* mostly taken from tdecachegrind */
while (1) { while (1) {
line = dotStream->readLine(); line = dotStream->readLine();
if (line.isNull()) break; if (line.isNull()) break;

Loading…
Cancel
Save