diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:17:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:17:16 -0600 |
commit | c7ce89fcae12a35ac8bfa9b908854c50ca0ceee2 (patch) | |
tree | 058c11d7f94face85bf6cedd2ec1c20ee47f1791 /kmouth/phraselistitem.cpp | |
parent | 92994ee2036ac7c4c68747f67dbc0ecbaf4c250c (diff) | |
download | tdeaccessibility-c7ce89fcae12a35ac8bfa9b908854c50ca0ceee2.tar.gz tdeaccessibility-c7ce89fcae12a35ac8bfa9b908854c50ca0ceee2.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'kmouth/phraselistitem.cpp')
-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 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()); } } |