From 73836b4ca5f241d070dd34ac1d9bb828e05f9544 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 25 Aug 2023 11:21:54 +0900 Subject: Drop USE_TQT4 code Signed-off-by: Michele Calgaro (cherry picked from commit e0df02598b8e19d8b6ddf07fdbca661489ab2e99) --- kdgantt/KDGanttView.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kdgantt/KDGanttView.cpp') 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); } -- cgit v1.2.1