From f0de9e167e289ab7dc33e57f077c1f04ec7c68c8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:38:41 -0600 Subject: Remove additional unneeded tq method conversions --- lib/kofficeui/KoTabBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kofficeui/KoTabBar.cpp') diff --git a/lib/kofficeui/KoTabBar.cpp b/lib/kofficeui/KoTabBar.cpp index a7ffe145..a249084f 100644 --- a/lib/kofficeui/KoTabBar.cpp +++ b/lib/kofficeui/KoTabBar.cpp @@ -661,7 +661,7 @@ void KoTabBar::paintEvent( TQPaintEvent* ) TQPainter painter; TQPixmap pm( size() ); pm.fill( colorGroup().background() ); - painter.tqbegin( TQT_TQPAINTDEVICE(&pm), this ); + painter.begin( TQT_TQPAINTDEVICE(&pm), this ); painter.setPen( colorGroup().dark() ); painter.drawLine( 0, 0, width(), 0 ); -- cgit v1.2.1