From bf4689bb6492d97afd6a7ea4bd85e786d1634890 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 15 Dec 2010 18:55:25 +0000 Subject: Keeping DolphinDirLister and DolphinModel as DolphinViewContainers members is not needed anymore, as all the handling is encapsulated inside DolphinView in the meantime. The moving of the dirlister- and model-construction will be done after the 4.6 release, as some internal API adjustments are necessary. svn path=/trunk/KDE/kdebase/apps/; revision=1206754 --- src/dolphinviewcontainer.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 7586dc13f..d17b70ad0 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -35,11 +35,8 @@ class FilterBar; class KUrl; -class DolphinModel; class KUrlNavigator; -class DolphinDirLister; class DolphinSearchBox; -class DolphinSortFilterProxyModel; class DolphinStatusBar; /** @@ -276,10 +273,6 @@ private: DolphinStatusBar* m_statusBar; QTimer* m_statusBarTimer; // Triggers a delayed update QElapsedTimer m_statusBarTimestamp; // Time in ms since last update - - DolphinModel* m_dolphinModel; - DolphinDirLister* m_dirLister; - DolphinSortFilterProxyModel* m_proxyModel; }; inline const DolphinStatusBar* DolphinViewContainer::statusBar() const -- cgit v1.3