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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/part/localLister.cpp b/src/part/localLister.cpp
index d022eae..81fd3bc 100644
--- a/src/part/localLister.cpp
+++ b/src/part/localLister.cpp
@@ -22,11 +22,11 @@ namespace Filelight
TQStringList LocalLister::s_remoteMounts;
TQStringList LocalLister::s_localMounts;
- LocalLister::LocalLister( const TQString &path, Chain<Directory> *cachedTrees, TQObject *tqparent )
+ LocalLister::LocalLister( const TQString &path, Chain<Directory> *cachedTrees, TQObject *parent )
: TQThread()
, m_path( path )
, m_trees( cachedTrees )
- , m_parent( tqparent )
+ , m_parent( parent )
{
//add empty directories for any mount points that are in the path
//TODO empty directories is not ideal as adds to fileCount incorrectly