From 7ecf29073d76f7673cfc43b515992d340c7eeeaf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 24 Dec 2011 11:56:47 -0600 Subject: Rename a few stragglers (cherry picked from commit 2516e7557a4a47da20cc006a95ab831e5672db9b) --- khexedit/bitswapwidget.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'khexedit/bitswapwidget.cc') diff --git a/khexedit/bitswapwidget.cc b/khexedit/bitswapwidget.cc index 1a1a3d3..14c81c1 100644 --- a/khexedit/bitswapwidget.cc +++ b/khexedit/bitswapwidget.cc @@ -98,8 +98,8 @@ void CDigitLabel::drawContents( TQPainter *p ) if( hasFocus() == true ) { - p->fillRect( cr, tqpalette().active().highlight() ); - p->setPen( tqpalette().active().highlightedText() ); + p->fillRect( cr, palette().active().highlight() ); + p->setPen( palette().active().highlightedText() ); } else { -- cgit v1.2.3