summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/graphtree/revgraphview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/graphtree/revgraphview.h')
-rw-r--r--src/svnfrontend/graphtree/revgraphview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/svnfrontend/graphtree/revgraphview.h b/src/svnfrontend/graphtree/revgraphview.h
index f0b39c7..d8d1972 100644
--- a/src/svnfrontend/graphtree/revgraphview.h
+++ b/src/svnfrontend/graphtree/revgraphview.h
@@ -30,7 +30,7 @@ namespace svn {
}
class KTempFile;
-class KProcess;
+class TDEProcess;
class RevisionTree;
class GraphTreeLabel;
class GraphViewTip;
@@ -98,8 +98,8 @@ public slots:
virtual void slotClientException(const TQString&what);
protected slots:
- virtual void readDotOutput(KProcess * proc,char * buffer,int buflen);
- virtual void dotExit(KProcess*);
+ virtual void readDotOutput(TDEProcess * proc,char * buffer,int buflen);
+ virtual void dotExit(TDEProcess*);
protected:
TQCanvas*m_Canvas;
@@ -109,7 +109,7 @@ protected:
TQObject*m_Listener;
KTempFile*dotTmpFile;
TQString dotOutput;
- KProcess*renderProcess;
+ TDEProcess*renderProcess;
trevTree m_Tree;
TQColor getBgColor(const TQString&nodeName)const;
bool isStart(const TQString&nodeName)const;