summaryrefslogtreecommitdiffstats
path: root/src/part/radialMap
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:08:31 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-07-05 09:19:56 +0200
commita659b8d7f9dab069ef8549c22a86c0a0748980eb (patch)
tree714f39036ca02ac6958a2e00ee0c04a012be7322 /src/part/radialMap
parentb27dc165a92cbb029dee3a0ee4b930fea311e578 (diff)
downloadfilelight-a659b8d7f9dab069ef8549c22a86c0a0748980eb.tar.gz
filelight-a659b8d7f9dab069ef8549c22a86c0a0748980eb.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit c74c9068a8df1cf50ccda88a20dbfad1f9f30545)
Diffstat (limited to 'src/part/radialMap')
-rw-r--r--src/part/radialMap/builder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/part/radialMap/builder.cpp b/src/part/radialMap/builder.cpp
index bae6626..74b9288 100644
--- a/src/part/radialMap/builder.cpp
+++ b/src/part/radialMap/builder.cpp
@@ -40,7 +40,7 @@ RadialMap::Builder::Builder( RadialMap::Map *m, const Directory* const d, bool f
void
RadialMap::Builder::findVisibleDepth( const Directory* const dir, const unsigned int depth )
{
- //**** because I don't use the same tqminimumSize criteria as in the visual function
+ //**** because I don't use the same minimumSize criteria as in the visual function
// this can lead to incorrect visual representation
//**** BUT, you can't set those limits until you know m_depth!