diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:53:11 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-03 19:30:05 +0200 |
commit | 7c3b5020a3aa5c54260e8c5bc6d499538023bd07 (patch) | |
tree | 9718c9f0da2184a5bca2a787dd55ae1458f88364 /kcoloredit | |
parent | 79e5d6be76392920c148aa615d9e3504f3388996 (diff) | |
download | tdegraphics-7c3b5020a3aa5c54260e8c5bc6d499538023bd07.tar.gz tdegraphics-7c3b5020a3aa5c54260e8c5bc6d499538023bd07.zip |
Rename a few stragglers
(cherry picked from commit 1aa0bb45dc0a8f890f1419d01ca3b9328ad03f4a)
Diffstat (limited to 'kcoloredit')
-rw-r--r-- | kcoloredit/paletteviewscrolledarea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcoloredit/paletteviewscrolledarea.cpp b/kcoloredit/paletteviewscrolledarea.cpp index d529b8d7..b0524ebf 100644 --- a/kcoloredit/paletteviewscrolledarea.cpp +++ b/kcoloredit/paletteviewscrolledarea.cpp @@ -251,7 +251,7 @@ void PaletteViewScrolledArea::paintEvent(TQPaintEvent* /*event*/) { painter.fillRect(0, 0, rowWidth, height(), TQBrush( TQFrame::palette().active().base() )); TQBrush normalBackgroundBrush(TQFrame::palette().active().background()); - TQBrush selectedBackgroundBrush(TQFrame::tqpalette().active().highlight()); + TQBrush selectedBackgroundBrush(TQFrame::palette().active().highlight()); TQBrush foregroundBrush; TQBrush cursorBrush(TQFrame::palette().active().foreground()); TQPen backgroundPen(TQFrame::palette().active().foreground()); |