From 1aa0bb45dc0a8f890f1419d01ca3b9328ad03f4a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 24 Dec 2011 11:53:11 -0600 Subject: Rename a few stragglers --- kghostview/marklist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kghostview') diff --git a/kghostview/marklist.cpp b/kghostview/marklist.cpp index ee91af25..9505b965 100644 --- a/kghostview/marklist.cpp +++ b/kghostview/marklist.cpp @@ -81,7 +81,7 @@ void MarkListItem::setPixmap( TQPixmap thumbnail ) void MarkListItem::setSelected( bool selected ) { if (selected) - setPaletteBackgroundColor( TQApplication::tqpalette().active().highlight() ); + setPaletteBackgroundColor( TQApplication::palette().active().highlight() ); else setPaletteBackgroundColor( _backgroundColor ); } -- cgit v1.2.3