summaryrefslogtreecommitdiffstats
path: root/src/part/localLister.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit1d9d6c097afce1f47671832db062ac5ef412147f (patch)
treef4816de96d0673e85c9357781cf0070e60ae257b /src/part/localLister.cpp
parent649f3d48bf88497f3e3214fed6401628bded8bfc (diff)
downloadfilelight-1d9d6c097afce1f47671832db062ac5ef412147f.tar.gz
filelight-1d9d6c097afce1f47671832db062ac5ef412147f.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/filelight@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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