diff options
Diffstat (limited to 'kpat')
-rw-r--r-- | kpat/dealer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/dealer.cpp b/kpat/dealer.cpp index e021ea8c..2eb3c705 100644 --- a/kpat/dealer.cpp +++ b/kpat/dealer.cpp @@ -1335,7 +1335,7 @@ void Dealer::drawPile(KPixmap &pixmap, Pile *pile, bool selected) sy = -dy; dy = 0; } - bitBlt(TQT_TQPAINTDEVICE(&pixmap), dx, dy, TQT_TQPAINTDEVICE(&bg), + bitBlt(&pixmap, dx, dy, &bg, sx, sy, w, h, TQt::CopyROP, true); } } |