diff options
Diffstat (limited to 'src/part/localLister.h')
-rw-r--r-- | src/part/localLister.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/part/localLister.h b/src/part/localLister.h index d9c8d84..a9a0482 100644 --- a/src/part/localLister.h +++ b/src/part/localLister.h @@ -14,7 +14,7 @@ namespace Filelight class LocalLister : public TQThread { public: - LocalLister( const TQString &path, Chain<Directory> *cachedTrees, TQObject *tqparent ); + LocalLister( const TQString &path, Chain<Directory> *cachedTrees, TQObject *parent ); static bool readMounts(); |