summaryrefslogtreecommitdiffstats
path: root/src/kchmtreeviewitem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:04:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:04:18 -0600
commitde122aa7805984226a4270c63b0f69e7b5022930 (patch)
tree9cd98b5f8144762eb940340ca86abbf9c3d2add6 /src/kchmtreeviewitem.cpp
parentbd1f039636efbb681d138bbee07600633625bdb9 (diff)
downloadkchmviewer-de122aa7805984226a4270c63b0f69e7b5022930.tar.gz
kchmviewer-de122aa7805984226a4270c63b0f69e7b5022930.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/kchmtreeviewitem.cpp')
-rw-r--r--src/kchmtreeviewitem.cpp2
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 );