diff options
| author | Peter Penz <[email protected]> | 2008-10-15 21:23:42 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-10-15 21:23:42 +0000 |
| commit | 994095076cccdb703b2bb285d4118bd9c654fd93 (patch) | |
| tree | e995c1e81df37ff024c01d1a84765b9b48e6baeb /src/dolphinview.h | |
| parent | d6a2d5594fc7dd95e0b4d6c993672de706d3bba5 (diff) | |
Assure that the item delegate draws the hover effect and the selection for the details view only above the icon + name. Open issue: The performance when selecting files by the rubberband is too slow (will be fixed before KDE 4.2).
CCBUG: 165999
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=871874
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index d2d97aec2..2a70352e7 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -41,6 +41,7 @@ class DolphinController; class DolphinColumnView; class DolphinDetailsView; +class DolphinFileItemDelegate; class DolphinIconsView; class DolphinMainWindow; class DolphinModel; @@ -49,7 +50,6 @@ class KFilePreviewGenerator; class KAction; class KActionCollection; class KDirLister; -class KFileItemDelegate; class KUrl; class KToggleAction; class ToolTipManager; @@ -708,7 +708,7 @@ private: DolphinIconsView* m_iconsView; DolphinDetailsView* m_detailsView; DolphinColumnView* m_columnView; - KFileItemDelegate* m_fileItemDelegate; + DolphinFileItemDelegate* m_fileItemDelegate; QItemSelectionModel* m_selectionModel; DolphinModel* m_dolphinModel; |
