summaryrefslogtreecommitdiffstats
path: root/konq-plugins/searchbar
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/searchbar
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/searchbar')
-rw-r--r--konq-plugins/searchbar/searchbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/searchbar/searchbar.cpp b/konq-plugins/searchbar/searchbar.cpp
index 524e95d..cc52144 100644
--- a/konq-plugins/searchbar/searchbar.cpp
+++ b/konq-plugins/searchbar/searchbar.cpp
@@ -363,7 +363,7 @@ void SearchBarPlugin::setIcon()
TQPainter p( &arrowmap );
p.drawPixmap(0, 2, m_searchIcon);
TQStyle::SFlags arrowFlags = TQStyle::Style_Default;
- m_searchCombo->style().tqdrawPrimitive(TQStyle::PE_ArrowDown, &p, TQRect(arrowmap.width()-6,
+ m_searchCombo->style().drawPrimitive(TQStyle::PE_ArrowDown, &p, TQRect(arrowmap.width()-6,
arrowmap.height()-6, 6, 5), m_searchCombo->colorGroup(), arrowFlags, TQStyleOption() );
p.end();
m_searchIcon = arrowmap;