diff options
Diffstat (limited to 'kdgantt')
-rw-r--r-- | kdgantt/KDGanttView.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kdgantt/KDGanttView.cpp b/kdgantt/KDGanttView.cpp index 62c29b73..4269e533 100644 --- a/kdgantt/KDGanttView.cpp +++ b/kdgantt/KDGanttView.cpp @@ -979,8 +979,7 @@ TQSize KDGanttView::drawContents( TQPainter* p, temp = thY; p->translate( 0, temp ); //HACK: Only draw list headers if we draw timeline, else - // there is no room for it. This will most probably be changed - // with qt4 anyway, so I think we can live with it atm. + // there is no room for it. myListView->drawToPainter( p, drawTimeLine ); p->translate( lvX, -temp); } |