diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:29:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:29:39 -0600 |
commit | 5f20b2e679037af4b18ac901bdf78a08e5c0da39 (patch) | |
tree | 85503439e6090826541332cbdd806bd7da85312a /src/part/localLister.cpp | |
parent | 8752fee06412044074a3e96e74d1fbe28fcd41ba (diff) | |
download | filelight-5f20b2e679037af4b18ac901bdf78a08e5c0da39.tar.gz filelight-5f20b2e679037af4b18ac901bdf78a08e5c0da39.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/part/localLister.cpp')
-rw-r--r-- | src/part/localLister.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/part/localLister.cpp b/src/part/localLister.cpp index 81fd3bc..17459ce 100644 --- a/src/part/localLister.cpp +++ b/src/part/localLister.cpp @@ -216,7 +216,7 @@ namespace Filelight { debug() << "Tree pre-completed: " << (*it)->name() << "\n"; d = it.remove(); - ScanManager::s_files += d->tqchildren(); + ScanManager::s_files += d->children(); //**** ideally don't have this redundant extra somehow cwd->append( d, new_dirname ); } |