summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:47:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 18:54:32 +0900
commitfeb47962ad18695c181e54b5105583896871885b (patch)
treea2e75697ebcfe256dd5af52b50dc17259cdc5d28
parentddcc35a4b1cb5de03a552cbd89a794c4998703f5 (diff)
downloadtdeaddons-feb47962ad18695c181e54b5105583896871885b.tar.gz
tdeaddons-feb47962ad18695c181e54b5105583896871885b.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--konq-plugins/fsview/treemap.cpp2
1 files changed, 1 insertions, 1 deletions
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()) {