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-24 10:54:50 +0900 |
commit | fefa0a04e3304082860194db6cbfbdec5e09d258 (patch) | |
tree | a6d20162e5dd13f3c38360ecfd0b83197fe0c2ef /kmouth | |
parent | a782f34fc3de12d917b4c31a8b43e78f593243c5 (diff) | |
download | tdeaccessibility-fefa0a04e3304082860194db6cbfbdec5e09d258.tar.gz tdeaccessibility-fefa0a04e3304082860194db6cbfbdec5e09d258.zip |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmouth')
-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()); } } |