From a50c7b6bd1a924425a1f165e3b910209f005b35a Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 2 Feb 2008 20:53:35 +0000 Subject: Improve the selection toggle: Instead of a delay of one second until appearing, let it appear immediately but provide a smooth fade-in effect. This makes it usable from the start but is less obtrusive for the eyes. svn path=/trunk/KDE/kdebase/apps/; revision=770115 --- src/selectionmanager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/selectionmanager.h') diff --git a/src/selectionmanager.h b/src/selectionmanager.h index fcc240ff9..04e6e29c1 100644 --- a/src/selectionmanager.h +++ b/src/selectionmanager.h @@ -28,6 +28,7 @@ class DolphinSortFilterProxyModel; class QAbstractItemView; class QModelIndex; class QAbstractButton; +class SelectionToggle; /** * @brief Allows to select and deselect items for the single-click mode. @@ -66,8 +67,7 @@ private: private: QAbstractItemView* m_view; - QAbstractButton* m_button; - KFileItem m_item; + SelectionToggle* m_toggle; }; #endif -- cgit v1.3