diff options
Diffstat (limited to 'tdeui/klistview.h')
-rw-r--r-- | tdeui/klistview.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tdeui/klistview.h b/tdeui/klistview.h index ed101927f..c8bb837cd 100644 --- a/tdeui/klistview.h +++ b/tdeui/klistview.h @@ -660,6 +660,14 @@ public slots: */ bool tabOrderedRenaming() const; + /** + * Override TQListView selectAll() so that filtered + * items are not selected + * + * @since 14.0 + */ + virtual void selectAll( bool select ); + protected: /** * Determine whether a drop on position @p p would count as |