diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:08:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:08:31 -0600 |
commit | c74c9068a8df1cf50ccda88a20dbfad1f9f30545 (patch) | |
tree | 0a53cbe7a22c1d80d6e08ef641e3ba72f0895d12 /src/part/radialMap/builder.cpp | |
parent | 9b21afd056f51a1dba015292a5472a146de967bd (diff) | |
download | filelight-c74c9068a8df1cf50ccda88a20dbfad1f9f30545.tar.gz filelight-c74c9068a8df1cf50ccda88a20dbfad1f9f30545.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/part/radialMap/builder.cpp')
-rw-r--r-- | src/part/radialMap/builder.cpp | 2 |
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! |