┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-08-29 11:36:22 +0000
committerPeter Penz <[email protected]>2009-08-29 11:36:22 +0000
commit95f0ba76ae26e45a6ff9f1ec51db7d270ca278c0 (patch)
tree53e19752852ded3c61f4c1c51b56790642a6f1d2 /src/dolphindetailsview.h
parent69686ffbba123f2b05f5cb7b74a927953e5157a5 (diff)
move handling of SelectionManager and AutoScroller to ViewExtensionsFactory
svn path=/trunk/KDE/kdebase/apps/; revision=1016927
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h
index 562b6d264..a099d96e7 100644
--- a/src/dolphindetailsview.h
+++ b/src/dolphindetailsview.h
@@ -26,9 +26,8 @@
#include <libdolphin_export.h>
class DolphinController;
-class SelectionManager;
class DolphinSortFilterProxyModel;
-class DolphinViewAutoScroller;
+class ViewExtensionsFactory;
/**
* @brief Represents the details view which shows the name, size,
@@ -203,8 +202,7 @@ private:
bool m_ignoreScrollTo : 1; // true if calls to scrollTo(...) should do nothing.
DolphinController* m_controller;
- SelectionManager* m_selectionManager;
- DolphinViewAutoScroller* m_autoScroller;
+ ViewExtensionsFactory* m_extensionsFactory;
QAction* m_expandableFoldersAction;
QFont m_font;