diff options
Diffstat (limited to 'tdeui/tdelistview.h')
-rw-r--r-- | tdeui/tdelistview.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tdeui/tdelistview.h b/tdeui/tdelistview.h index bd0473304..395ffefa7 100644 --- a/tdeui/tdelistview.h +++ b/tdeui/tdelistview.h @@ -403,6 +403,22 @@ public: * @since 3.4 */ bool shadeSortColumn(void) const; + + /** + * @param enable TRUE if small execute area should be used (e.g. KonqListViewItem), FALSE if not. + * The default is FALSE to match TQt3 behaviour. + * + * @since 14.0 + */ + void setUseSmallExecuteArea(bool enable); + + /** + * @return TRUE if small execute area is in use, FALSE if not. + * + * @since 14.0 + */ + bool useSmallExecuteArea() const; + signals: /** |