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 --- kcoloredit/paletteviewscrolledarea.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcoloredit') 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()); -- cgit v1.2.3