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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/graphtree/revgraphview.h b/src/svnfrontend/graphtree/revgraphview.h
index dcfc007..32839ba 100644
--- a/src/svnfrontend/graphtree/revgraphview.h
+++ b/src/svnfrontend/graphtree/revgraphview.h
@@ -50,7 +50,7 @@ public:
/* avoid large copy operations */
friend class RevisionTree;
- RevGraphView(TQObject*,svn::Client*,TQWidget * tqparent = 0, const char * name = 0, WFlags f = 0);
+ RevGraphView(TQObject*,svn::Client*,TQWidget * parent = 0, const char * name = 0, WFlags f = 0);
virtual ~RevGraphView();
void showText(const TQString&s);