diff options
author | Timothy Pearson <[email protected]> | 2011-12-24 11:53:11 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-03 19:30:05 +0200 |
commit | 7c3b5020a3aa5c54260e8c5bc6d499538023bd07 (patch) | |
tree | 9718c9f0da2184a5bca2a787dd55ae1458f88364 /kviewshell | |
parent | 79e5d6be76392920c148aa615d9e3504f3388996 (diff) | |
download | tdegraphics-7c3b5020a3aa5c54260e8c5bc6d499538023bd07.tar.gz tdegraphics-7c3b5020a3aa5c54260e8c5bc6d499538023bd07.zip |
Rename a few stragglers
(cherry picked from commit 1aa0bb45dc0a8f890f1419d01ca3b9328ad03f4a)
Diffstat (limited to 'kviewshell')
-rw-r--r-- | kviewshell/marklist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kviewshell/marklist.cpp b/kviewshell/marklist.cpp index bedbb6ad..65c671a1 100644 --- a/kviewshell/marklist.cpp +++ b/kviewshell/marklist.cpp @@ -217,7 +217,7 @@ void MarkListWidget::setChecked( bool checked ) void MarkListWidget::setSelected( bool selected ) { if (selected) - setPaletteBackgroundColor( TQApplication::tqpalette().active().highlight() ); + setPaletteBackgroundColor( TQApplication::palette().active().highlight() ); else setPaletteBackgroundColor( _backgroundColor ); } |