summaryrefslogtreecommitdiffstats
path: root/src/part/localLister.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:29:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:29:39 -0600
commit5f20b2e679037af4b18ac901bdf78a08e5c0da39 (patch)
tree85503439e6090826541332cbdd806bd7da85312a /src/part/localLister.cpp
parent8752fee06412044074a3e96e74d1fbe28fcd41ba (diff)
downloadfilelight-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.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 );
}