summaryrefslogtreecommitdiffstats
path: root/src/kchmtreeviewitem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:27 -0600
commitc9d6a7478114a66f06bfdde4ad9164cce03e4149 (patch)
treeb2c9457c4b3312a5da97519654ac0e202067d019 /src/kchmtreeviewitem.cpp
parent71061104fa6242b2e0bf08b0920e08ee2f2924c5 (diff)
downloadkchmviewer-c9d6a7478114a66f06bfdde4ad9164cce03e4149.tar.gz
kchmviewer-c9d6a7478114a66f06bfdde4ad9164cce03e4149.zip
Rename old tq methods that no longer need a unique name
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 11e91e6..ccd4776 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().tqdrawComplexControl( TQStyle::CC_ListView,
+ listView()->tqstyle().drawComplexControl( TQStyle::CC_ListView,
p, listView(), TQRect( 0, 0, w, h ), cg,
how, TQStyle::SC_ListView, TQStyle::SC_None,
opt );