From a327682a10bf292b58ea4f2b5d47509f3150a5c6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:56:04 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit c71ade2e373d85acf1357494b42202293dd771d2. --- 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 6efed77..5826eb0 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 children are created. + // Note that this must happen before any tqchildren 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 childrenRect = rect; + TQRect tqchildrenRect = rect; while ( *it ) { - KFileInfoList row = squarify( childrenRect, scale, it ); - childrenRect = layoutRow( childrenRect, scale, row ); + KFileInfoList row = squarify( tqchildrenRect, scale, it ); + tqchildrenRect = layoutRow( tqchildrenRect, scale, row ); } } @@ -287,7 +287,7 @@ KTreemapTile::layoutRow( const TQRect & rect, return rect; - // Set up a cushion surface for this layout row: + // Set up a cushion surface for this tqlayout row: // Add another ridge perpendicular to the row's direction // that optically groups this row's tiles together. -- cgit v1.2.3