diff options
author | Michele Calgaro <[email protected]> | 2023-11-24 10:47:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-24 10:47:58 +0900 |
commit | 404ee7a3fbcc967bc0fc141b42a5c3b9163631f9 (patch) | |
tree | 16302b4b103a5027128cafe50f7b884049666caf /src | |
parent | adc2061adae2c97c04922263877d905b8c8901be (diff) | |
download | dolphin-404ee7a3fbcc967bc0fc141b42a5c3b9163631f9.tar.gz dolphin-404ee7a3fbcc967bc0fc141b42a5c3b9163631f9.zip |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/dolphindetailsview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index 53ece02..680f420 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -465,7 +465,7 @@ void DolphinDetailsView::drawRubber() TQPoint point(m_rubber->x(), m_rubber->y()); point = contentsToViewport(point); - style().tqdrawPrimitive(TQStyle::PE_FocusRect, &p, + style().drawPrimitive(TQStyle::PE_FocusRect, &p, TQRect(point.x(), point.y(), m_rubber->width(), m_rubber->height()), colorGroup(), TQStyle::Style_Default, colorGroup().base()); p.end(); |