diff options
author | Timothy Pearson <[email protected]> | 2011-12-24 11:53:11 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-24 11:53:11 -0600 |
commit | 1aa0bb45dc0a8f890f1419d01ca3b9328ad03f4a (patch) | |
tree | 679ff667ca6f4e994c274abdc72fb706df136bf6 /kpdf/ui/presentationwidget.cpp | |
parent | ebbee358abafa1b5166404c6fe5cc44ae2837a57 (diff) | |
download | tdegraphics-1aa0bb45dc0a8f890f1419d01ca3b9328ad03f4a.tar.gz tdegraphics-1aa0bb45dc0a8f890f1419d01ca3b9328ad03f4a.zip |
Rename a few stragglers
Diffstat (limited to 'kpdf/ui/presentationwidget.cpp')
-rw-r--r-- | kpdf/ui/presentationwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpdf/ui/presentationwidget.cpp b/kpdf/ui/presentationwidget.cpp index ada517d9..74800e88 100644 --- a/kpdf/ui/presentationwidget.cpp +++ b/kpdf/ui/presentationwidget.cpp @@ -690,9 +690,9 @@ void PresentationWidget::generateOverlay() // generate a 2 colors pixmap using mixing shadow (made with highlight color) // and image (made with highlightedText color) - TQColor color = tqpalette().active().highlightedText(); + TQColor color = palette().active().highlightedText(); int red = color.red(), green = color.green(), blue = color.blue(); - color = tqpalette().active().highlight(); + color = palette().active().highlight(); int sRed = color.red(), sGreen = color.green(), sBlue = color.blue(); // pointers unsigned int * data = (unsigned int *)image.bits(), |