From c7ce89fcae12a35ac8bfa9b908854c50ca0ceee2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:17:16 -0600 Subject: Rename obsolete tq methods to standard names --- kmouth/phraselistitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmouth/phraselistitem.cpp') diff --git a/kmouth/phraselistitem.cpp b/kmouth/phraselistitem.cpp index 0574d2b..10d29ae 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()->tqstyle().tqdrawPrimitive (TQStyle::PE_FocusRect, p, r, + listBox()->style().tqdrawPrimitive (TQStyle::PE_FocusRect, p, r, listBox()->colorGroup()); } } -- cgit v1.2.1