From 2d872f6fb68350f9ee5b0b5c86ab3240b0d09aae Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 3 Dec 2023 00:48:17 +0900 Subject: Replaced various '#define' with actual strings - part 5 Signed-off-by: Michele Calgaro --- kpat/dealer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpat') 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); } } -- cgit v1.2.1