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/dolphincolumnview.h | |
| parent | 69686ffbba123f2b05f5cb7b74a927953e5157a5 (diff) | |
move handling of SelectionManager and AutoScroller to ViewExtensionsFactory
svn path=/trunk/KDE/kdebase/apps/; revision=1016927
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 1dc154358..3d7432bd4 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -33,10 +33,10 @@ class DolphinColumnViewContainer; class DolphinModel; class DolphinSortFilterProxyModel; class DolphinDirLister; -class DolphinViewAutoScroller; class KFileItem; class KFileItemList; class SelectionManager; +class ViewExtensionsFactory; /** * Represents one column inside the DolphinColumnViewContainer. @@ -124,7 +124,7 @@ private: bool m_active; DolphinColumnViewContainer* m_container; SelectionManager* m_selectionManager; - DolphinViewAutoScroller* m_autoScroller; + ViewExtensionsFactory* m_extensionsFactory; KUrl m_url; // URL of the directory that is shown KUrl m_childUrl; // URL of the next column that is shown |
