From b92f4fbd165f03685928a50d85c34ba8729b7c48 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 17 Nov 2011 21:15:44 -0600 Subject: Fix tdebase FTBFS --- kicker/taskbar/taskcontainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kicker/taskbar/taskcontainer.cpp') 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); -- cgit v1.2.3