diff options
Diffstat (limited to 'krusader/VFS/krquery.h')
-rw-r--r-- | krusader/VFS/krquery.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/VFS/krquery.h b/krusader/VFS/krquery.h index e422acc..5193107 100644 --- a/krusader/VFS/krquery.h +++ b/krusader/VFS/krquery.h @@ -57,7 +57,7 @@ public: // matching a file with the query bool match( vfile *file ) const;// checks if the given vfile object matches the conditions - // matching a KIO file with the query + // matching a TDEIO file with the query bool match( KFileItem *file ) const;// checks if the given vfile object matches the conditions // matching a name with the query bool match( const TQString &name ) const;// matching the filename only |