summaryrefslogtreecommitdiffstats
path: root/kdirstat/ktreemaptile.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:22 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-07-30 02:35:41 +0200
commit2210b1276590351f43e5d31309da0eb0a4d1438c (patch)
tree7721c64a3e4ad4123b0e74bb1675ea759e437001 /kdirstat/ktreemaptile.cpp
parentec72741c06cf2def67edbe695a31eeee311973f6 (diff)
downloadkdirstat-2210b1276590351f43e5d31309da0eb0a4d1438c.tar.gz
kdirstat-2210b1276590351f43e5d31309da0eb0a4d1438c.zip
Remove additional unneeded tq method conversions
(cherry picked from commit 3a828bee4c03baeeb91e053f66cd12920584ef16)
Diffstat (limited to 'kdirstat/ktreemaptile.cpp')
-rw-r--r--kdirstat/ktreemaptile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdirstat/ktreemaptile.cpp b/kdirstat/ktreemaptile.cpp
index a65e4dc..69b6170 100644
--- a/kdirstat/ktreemaptile.cpp
+++ b/kdirstat/ktreemaptile.cpp
@@ -79,7 +79,7 @@ KTreemapTile::init()
// Set up height (z coordinate) - one level higher than the parent so this
// will be closer to the foreground.
//
- // Note that this must happen before any tqchildren are created.
+ // Note that this must happen before any children are created.
// I found that out the hard way. ;-)
setZ( _parentTile ? ( _parentTile->z() + 1.0 ) : 0.0 );