diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:54:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-25 01:06:30 +0900 |
commit | 14c0e766aaf605b566ce6305d49f674af837cffd (patch) | |
tree | 0fd43cb5a91420a1bd52cd8a507f2a55339b1064 | |
parent | f5237dc5f912b2cff84bd791de6e65b056a5171b (diff) | |
download | tdeaccessibility-14c0e766aaf605b566ce6305d49f674af837cffd.tar.gz tdeaccessibility-14c0e766aaf605b566ce6305d49f674af837cffd.zip |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fefa0a04e3304082860194db6cbfbdec5e09d258)
-rw-r--r-- | kmouth/phraselistitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmouth/phraselistitem.cpp b/kmouth/phraselistitem.cpp index 10d29ae..721e893 100644 --- a/kmouth/phraselistitem.cpp +++ b/kmouth/phraselistitem.cpp @@ -46,7 +46,7 @@ void PhraseListItem::paint (TQPainter *p) { if (drawCursor()) { TQRect r (0, 0, listBox()->maxItemWidth(), height (listBox())); - listBox()->style().tqdrawPrimitive (TQStyle::PE_FocusRect, p, r, + listBox()->style().drawPrimitive (TQStyle::PE_FocusRect, p, r, listBox()->colorGroup()); } } |