diff options
author | Michele Calgaro <[email protected]> | 2023-08-25 11:21:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-08-25 11:21:54 +0900 |
commit | e0df02598b8e19d8b6ddf07fdbca661489ab2e99 (patch) | |
tree | c71373a4969af9527789666f0ff31d24ff175671 /lib/kofficeui | |
parent | a7ea84c97639f635d798348432f355e3ac496a1d (diff) | |
download | koffice-e0df02598b8e19d8b6ddf07fdbca661489ab2e99.tar.gz koffice-e0df02598b8e19d8b6ddf07fdbca661489ab2e99.zip |
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'lib/kofficeui')
-rw-r--r-- | lib/kofficeui/KoTabBar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/kofficeui/KoTabBar.cpp b/lib/kofficeui/KoTabBar.cpp index fe448916..c751e4e8 100644 --- a/lib/kofficeui/KoTabBar.cpp +++ b/lib/kofficeui/KoTabBar.cpp @@ -283,7 +283,6 @@ void KoTabBarPrivate::drawTab( TQPainter& painter, TQRect& rect, const TQString& painter.setPen( tabbar->colorGroup().dark() ); if( !active ) painter.drawLine( rect.x()-25, rect.y(), rect.right()+25, rect.top() ); - // TQt4: painter.setRenderHint( TQPainter::Antialiasing ); painter.drawPolyline( polygon ); painter.setPen( tabbar->colorGroup().buttonText() ); |