From c71ade2e373d85acf1357494b42202293dd771d2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:30:19 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- kdirstat/ktreemaptile.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kdirstat/ktreemaptile.cpp') diff --git a/kdirstat/ktreemaptile.cpp b/kdirstat/ktreemaptile.cpp index 5826eb0..6efed77 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 ); @@ -184,12 +184,12 @@ KTreemapTile::createSquarifiedChildren( const TQRect & rect ) #endif KFileInfoSortedBySizeIterator it( _orig, minSize, KDotEntryAsSubDir ); - TQRect tqchildrenRect = rect; + TQRect childrenRect = rect; while ( *it ) { - KFileInfoList row = squarify( tqchildrenRect, scale, it ); - tqchildrenRect = layoutRow( tqchildrenRect, scale, row ); + KFileInfoList row = squarify( childrenRect, scale, it ); + childrenRect = layoutRow( childrenRect, scale, row ); } } @@ -287,7 +287,7 @@ KTreemapTile::layoutRow( const TQRect & rect, return rect; - // Set up a cushion surface for this tqlayout row: + // Set up a cushion surface for this layout row: // Add another ridge perpendicular to the row's direction // that optically groups this row's tiles together. -- cgit v1.2.3