summaryrefslogtreecommitdiffstats
path: root/konq-plugins/fsview/scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'konq-plugins/fsview/scan.h')
-rw-r--r--konq-plugins/fsview/scan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/konq-plugins/fsview/scan.h b/konq-plugins/fsview/scan.h
index 6d570f7..ca4ce4f 100644
--- a/konq-plugins/fsview/scan.h
+++ b/konq-plugins/fsview/scan.h
@@ -179,7 +179,7 @@ class ScanDir
*/
void setupChildRescan();
- /* Absolute path. Warning: Slow, loops to top tqparent. */
+ /* Absolute path. Warning: Slow, loops to top parent. */
TQString path();
/* get integer data attribute */
@@ -192,7 +192,7 @@ class ScanDir
KIO::fileoffset_t size() { update(); return _size; }
unsigned int fileCount() { update(); return _fileCount; }
unsigned int dirCount() { update(); return _dirCount; }
- ScanDir* tqparent() { return _parent; }
+ ScanDir* parent() { return _parent; }
bool scanStarted() { return (_dirsFinished >= 0); }
bool scanFinished() { return (_dirsFinished == (int)_dirs.count()); }
bool scanRunning() { return scanStarted() && !scanFinished(); }