┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-12-15 18:55:25 +0000
committerPeter Penz <[email protected]>2010-12-15 18:55:25 +0000
commitbf4689bb6492d97afd6a7ea4bd85e786d1634890 (patch)
tree3fa05d8e68f0589dc062aea14745db744219a70d /src/dolphinviewcontainer.h
parentadde3d4e3cd21d35be78c6a827b4b69a05d6e10c (diff)
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
Diffstat (limited to 'src/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h7
1 files changed, 0 insertions, 7 deletions
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