From 69686ffbba123f2b05f5cb7b74a927953e5157a5 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 29 Aug 2009 09:51:02 +0000 Subject: - The view implementations don't need to keep the Extensions Factory as member. - Created basic documentation for Extensions Factory. svn path=/trunk/KDE/kdebase/apps/; revision=1016898 --- src/dolphincolumnview.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dolphincolumnview.h') diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 97f498c97..1dc154358 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -37,7 +37,6 @@ class DolphinViewAutoScroller; class KFileItem; class KFileItemList; class SelectionManager; -class ViewExtensionsFactory; /** * Represents one column inside the DolphinColumnViewContainer. @@ -126,7 +125,6 @@ private: 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