From c05395ef9a6f449bd96b4323d308b53d70cede99 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 29 Aug 2009 09:42:21 +0000 Subject: Move code for initializing and handling view extensions to the new class ViewExtensionsFactory. Beside making DolphinView less complex this will allow the column view to share the view extension code instead of (partly) duplicating it as it has been done before. Currently only the tooltips- and filepreview-handling have been moved into ViewExtensionsFactory, a further cleanup will be done later. svn path=/trunk/KDE/kdebase/apps/; revision=1016893 --- src/dolphinview.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index b9a7ff9ce..3637df444 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -54,7 +54,6 @@ class KAction; class KActionCollection; class KDirLister; class KUrl; -class ToolTipManager; class VersionControlObserver; class ViewProperties; @@ -824,9 +823,6 @@ private: QItemSelectionModel* m_selectionModel; QTimer* m_selectionChangedTimer; - KFilePreviewGenerator* m_previewGenerator; - ToolTipManager* m_toolTipManager; - VersionControlObserver* m_versionControlObserver; KUrl m_rootUrl; -- cgit v1.3