diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:04:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:04:18 -0600 |
commit | de122aa7805984226a4270c63b0f69e7b5022930 (patch) | |
tree | 9cd98b5f8144762eb940340ca86abbf9c3d2add6 /src/kchmtreeviewitem.cpp | |
parent | bd1f039636efbb681d138bbee07600633625bdb9 (diff) | |
download | kchmviewer-de122aa7805984226a4270c63b0f69e7b5022930.tar.gz kchmviewer-de122aa7805984226a4270c63b0f69e7b5022930.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/kchmtreeviewitem.cpp')
-rw-r--r-- | src/kchmtreeviewitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmtreeviewitem.cpp b/src/kchmtreeviewitem.cpp index ccd4776..210be77 100644 --- a/src/kchmtreeviewitem.cpp +++ b/src/kchmtreeviewitem.cpp @@ -101,7 +101,7 @@ void KCHMIndTocItem::paintBranches( TQPainter * p, const TQColorGroup & cg, int TQStyleOption opt( 0, 0 ); TQStyle::SFlags how = TQStyle::Style_Default | TQStyle::Style_Enabled; - listView()->tqstyle().drawComplexControl( TQStyle::CC_ListView, + listView()->style().drawComplexControl( TQStyle::CC_ListView, p, listView(), TQRect( 0, 0, w, h ), cg, how, TQStyle::SC_ListView, TQStyle::SC_None, opt ); |