diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-17 21:15:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-17 21:15:44 -0600 |
commit | b92f4fbd165f03685928a50d85c34ba8729b7c48 (patch) | |
tree | bed67f0b975748079868a96e23e31863aa5a0c0b /kicker/taskbar | |
parent | b3e920373e396a5af2d3f39c6e3ae51fe01b92a9 (diff) | |
download | tdebase-b92f4fbd165f03685928a50d85c34ba8729b7c48.tar.gz tdebase-b92f4fbd165f03685928a50d85c34ba8729b7c48.zip |
Fix tdebase FTBFS
Diffstat (limited to 'kicker/taskbar')
-rw-r--r-- | kicker/taskbar/taskcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/taskbar/taskcontainer.cpp b/kicker/taskbar/taskcontainer.cpp index 7c850e853..7d0e4d3cd 100644 --- a/kicker/taskbar/taskcontainer.cpp +++ b/kicker/taskbar/taskcontainer.cpp @@ -733,7 +733,7 @@ void TaskContainer::drawButton(TQPainter *p) KImageEffect::blend(img, timg, *taskBar->blendGradient(size()), KImageEffect::Red); // End painting before assigning the pixmap - QPaintDevice* opd = p->device(); + TQPaintDevice* opd = p->device(); p->end(); pm->convertFromImage(img); p->tqbegin(opd ,this); |