summaryrefslogtreecommitdiffstats
path: root/krusader/VFS/krquery.h
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/VFS/krquery.h')
-rw-r--r--krusader/VFS/krquery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/VFS/krquery.h b/krusader/VFS/krquery.h
index e7bb86f..100039b 100644
--- a/krusader/VFS/krquery.h
+++ b/krusader/VFS/krquery.h
@@ -66,7 +66,7 @@ public:
// sets the text for name filtering
void setNameFilter( const TQString &text, bool cs=true );
- // returns the current filter tqmask
+ // returns the current filter mask
const TQString& nameFilter() const { return origFilter; }
// returns whether the filter is case sensitive
bool isCaseSensitive() { return matchesCaseSensitive; }