From 95f0ba76ae26e45a6ff9f1ec51db7d270ca278c0 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 29 Aug 2009 11:36:22 +0000 Subject: move handling of SelectionManager and AutoScroller to ViewExtensionsFactory svn path=/trunk/KDE/kdebase/apps/; revision=1016927 --- src/dolphincolumnview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphincolumnview.h') 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 -- cgit v1.3.1