diff options
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 17459ce..81fd3bc 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->children(); + ScanManager::s_files += d->tqchildren(); //**** ideally don't have this redundant extra somehow cwd->append( d, new_dirname ); } |