From feb47962ad18695c181e54b5105583896871885b 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 --- 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()) {