diff options
| author | Peter Penz <[email protected]> | 2009-08-29 09:51:02 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-08-29 09:51:02 +0000 |
| commit | 69686ffbba123f2b05f5cb7b74a927953e5157a5 (patch) | |
| tree | 83fafcd6e10ccfeec563bd9b45a7d55be3aa0e33 /src/dolphincolumnview.h | |
| parent | c05395ef9a6f449bd96b4323d308b53d70cede99 (diff) | |
- 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
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
