summaryrefslogtreecommitdiffstats
path: root/konq-plugins/fsview
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-24 10:54:58 +0900
committerMichele Calgaro <[email protected]>2023-11-25 01:06:54 +0900
commit94639370f5903b7fcb122e90f561d2df6e3b8c75 (patch)
tree1a8e089b68dfc049c031bf80967744bf1a9dd90c /konq-plugins/fsview
parent9e23a785039c8b2686207a1ecd4c0b718a4d6ef9 (diff)
downloadtdeaddons-94639370f5903b7fcb122e90f561d2df6e3b8c75.tar.gz
tdeaddons-94639370f5903b7fcb122e90f561d2df6e3b8c75.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 681b905a28a095d19cb2f8e50236d5e8d3ce716f)
Diffstat (limited to 'konq-plugins/fsview')
-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 ef41fb1..71c8eeb 100644
--- a/konq-plugins/fsview/treemap.cpp
+++ b/konq-plugins/fsview/treemap.cpp
@@ -2152,7 +2152,7 @@ void TreeMapWidget::drawTreeMap()
if (hasFocus()) {
TQPainter p(this);
- style().tqdrawPrimitive( TQStyle::PE_FocusRect, &p,
+ style().drawPrimitive( TQStyle::PE_FocusRect, &p,
TQRect(0, 0, TQWidget::width(), TQWidget::height()),
colorGroup() );
}