┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/selectionmanager.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-02-02 20:53:35 +0000
committerPeter Penz <[email protected]>2008-02-02 20:53:35 +0000
commita50c7b6bd1a924425a1f165e3b910209f005b35a (patch)
treeaaac2b4f6f75b81cfe24245dcab70c4dda4b9f38 /src/selectionmanager.h
parenta3003c2c94e34abefe1974633aa7c22734202cf6 (diff)
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
Diffstat (limited to 'src/selectionmanager.h')
-rw-r--r--src/selectionmanager.h4
1 files changed, 2 insertions, 2 deletions
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