summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/graphtree/revgraphview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:27:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:27:08 -0600
commit773793eead2fea173ec9202ee938020592e86a02 (patch)
tree2df8f77f488c1e7de1c16eb6d50d33337bc6bea5 /src/svnfrontend/graphtree/revgraphview.h
parentf4899658cbe0d29487071c8340b66c80cc2a3010 (diff)
downloadtdesvn-773793eead2fea173ec9202ee938020592e86a02.tar.gz
tdesvn-773793eead2fea173ec9202ee938020592e86a02.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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;