diff options
| author | Peter Penz <[email protected]> | 2009-08-29 11:36:22 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-08-29 11:36:22 +0000 |
| commit | 95f0ba76ae26e45a6ff9f1ec51db7d270ca278c0 (patch) | |
| tree | 53e19752852ded3c61f4c1c51b56790642a6f1d2 /src/dolphiniconsview.h | |
| parent | 69686ffbba123f2b05f5cb7b74a927953e5157a5 (diff) | |
move handling of SelectionManager and AutoScroller to ViewExtensionsFactory
svn path=/trunk/KDE/kdebase/apps/; revision=1016927
Diffstat (limited to 'src/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index d94a00e71..5c9392425 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -32,10 +32,9 @@ #include <libdolphin_export.h> class DolphinController; -class SelectionManager; class DolphinCategoryDrawer; class DolphinSortFilterProxyModel; -class DolphinViewAutoScroller; +class ViewExtensionsFactory; /** * @brief Represents the view, where each item is shown as an icon. @@ -96,9 +95,8 @@ private: private: DolphinController* m_controller; - SelectionManager* m_selectionManager; - DolphinViewAutoScroller* m_autoScroller; DolphinCategoryDrawer* m_categoryDrawer; + ViewExtensionsFactory* m_extensionsFactory; QFont m_font; QSize m_decorationSize; |
