summaryrefslogtreecommitdiffstats
path: root/src/part/localLister.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/part/localLister.cpp')
-rw-r--r--src/part/localLister.cpp2
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 );
}