summaryrefslogtreecommitdiffstats
path: root/kpdf/ui/presentationwidget.cpp
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 /kpdf/ui/presentationwidget.cpp
parent79e5d6be76392920c148aa615d9e3504f3388996 (diff)
downloadtdegraphics-7c3b5020a3aa5c54260e8c5bc6d499538023bd07.tar.gz
tdegraphics-7c3b5020a3aa5c54260e8c5bc6d499538023bd07.zip
Rename a few stragglers
(cherry picked from commit 1aa0bb45dc0a8f890f1419d01ca3b9328ad03f4a)
Diffstat (limited to 'kpdf/ui/presentationwidget.cpp')
-rw-r--r--kpdf/ui/presentationwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpdf/ui/presentationwidget.cpp b/kpdf/ui/presentationwidget.cpp
index 7a1e5b31..15fe6098 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(),