diff options
Diffstat (limited to 'src/svnfrontend/graphtree/revgraphview.cpp')
-rw-r--r-- | src/svnfrontend/graphtree/revgraphview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/graphtree/revgraphview.cpp b/src/svnfrontend/graphtree/revgraphview.cpp index a897e94..b1b574a 100644 --- a/src/svnfrontend/graphtree/revgraphview.cpp +++ b/src/svnfrontend/graphtree/revgraphview.cpp @@ -735,7 +735,7 @@ void RevGraphView::makeSelected(GraphTreeLabel*gtl) void RevGraphView::contentsMouseDoubleClickEvent ( TQMouseEvent * e ) { setFocus(); - if (e->button() == Qt::LeftButton) { + if (e->button() == TQt::LeftButton) { TQCanvasItemList l = canvas()->collisions(e->pos()); if (l.count()>0) { TQCanvasItem* i = l.first(); |