diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:04:18 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-23 02:38:43 +0200 |
commit | 79f7061c5e7cc9c38e2a98dad7c005ce4ff836c8 (patch) | |
tree | 53d5cf7b22fc56ded68d350630842aa639752360 /src/kchmtreeviewitem.cpp | |
parent | 6c8fbb5199ea86a9ef727aa258e730006b3876b6 (diff) | |
download | kchmviewer-79f7061c5e7cc9c38e2a98dad7c005ce4ff836c8.tar.gz kchmviewer-79f7061c5e7cc9c38e2a98dad7c005ce4ff836c8.zip |
Rename obsolete tq methods to standard names
(cherry picked from commit de122aa7805984226a4270c63b0f69e7b5022930)
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 ); |