summaryrefslogtreecommitdiffstats
path: root/kmouth/phraselistitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmouth/phraselistitem.cpp')
-rw-r--r--kmouth/phraselistitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmouth/phraselistitem.cpp b/kmouth/phraselistitem.cpp
index 721e893..6e902f3 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().drawPrimitive (TQStyle::PE_FocusRect, p, r,
- listBox()->colorGroup());
+ listBox()->tqstyle().tqdrawPrimitive (TQStyle::PE_FocusRect, p, r,
+ listBox()->tqcolorGroup());
}
}