From 92d851c10659c0b1af2c1c56016ecb5d16aaeb7f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 3 Dec 2023 00:47:47 +0900 Subject: [PATCH] Replaced various '#define' with actual strings - part 5 Signed-off-by: Michele Calgaro (cherry picked from commit feb47962ad18695c181e54b5105583896871885b) --- konq-plugins/fsview/treemap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konq-plugins/fsview/treemap.cpp b/konq-plugins/fsview/treemap.cpp index 71c8eeb..97041a9 100644 --- a/konq-plugins/fsview/treemap.cpp +++ b/konq-plugins/fsview/treemap.cpp @@ -2147,7 +2147,7 @@ void TreeMapWidget::drawTreeMap() _needsRefresh = 0; } - bitBlt( TQT_TQPAINTDEVICE(this), 0, 0, TQT_TQPAINTDEVICE(&_pixmap), 0, 0, + bitBlt( this, 0, 0, &_pixmap, 0, 0, TQWidget::width(), TQWidget::height(), CopyROP, true); if (hasFocus()) {