summaryrefslogtreecommitdiffstats
path: root/kghostview
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:53:11 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 19:30:05 +0200
commit7c3b5020a3aa5c54260e8c5bc6d499538023bd07 (patch)
tree9718c9f0da2184a5bca2a787dd55ae1458f88364 /kghostview
parent79e5d6be76392920c148aa615d9e3504f3388996 (diff)
downloadtdegraphics-7c3b5020a3aa5c54260e8c5bc6d499538023bd07.tar.gz
tdegraphics-7c3b5020a3aa5c54260e8c5bc6d499538023bd07.zip
Rename a few stragglers
(cherry picked from commit 1aa0bb45dc0a8f890f1419d01ca3b9328ad03f4a)
Diffstat (limited to 'kghostview')
-rw-r--r--kghostview/marklist.cpp2
1 files changed, 1 insertions, 1 deletions
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 );
}