summaryrefslogtreecommitdiffstats
path: root/tdecachegrind
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:49:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-05 12:43:24 +0900
commitdb4bf05cd96da34f3947fd7a554c6746e0b9bc42 (patch)
tree3f0c8c2ef29de539fa7143f29136f875098f712a /tdecachegrind
parentb221bea0267e1d385d27612ee2f703d4e064e48d (diff)
downloadtdesdk-db4bf05cd96da34f3947fd7a554c6746e0b9bc42.tar.gz
tdesdk-db4bf05cd96da34f3947fd7a554c6746e0b9bc42.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecachegrind')
-rw-r--r--tdecachegrind/tdecachegrind/treemap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecachegrind/tdecachegrind/treemap.cpp b/tdecachegrind/tdecachegrind/treemap.cpp
index 9f771d51..bcffbd21 100644
--- a/tdecachegrind/tdecachegrind/treemap.cpp
+++ b/tdecachegrind/tdecachegrind/treemap.cpp
@@ -2173,7 +2173,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()) {