]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.h
assure that the widgets of the panels are resized after receiving the Polish event
[dolphin.git] / src / dolphinview.h
index 91a66ddcc1b67d6bcb04db89ee371b791ba5546c..17f1395acf8bf5acd6a96335ff3943f9dfea8410 100644 (file)
@@ -45,7 +45,6 @@ class DolphinController;
 class DolphinColumnViewContainer;
 class DolphinDetailsView;
 class DolphinIconsView;
-class DolphinMainWindow;
 class DolphinModel;
 class DolphinSortFilterProxyModel;
 class KFilePreviewGenerator;
@@ -805,6 +804,7 @@ private:
         QWidget* layoutTarget() const;
 
         KUrl rootUrl() const;
+        KDirLister* rootDirLister() const;
 
         bool supportsCategorizedSorting() const;
         bool itemsExpandable() const;
@@ -843,7 +843,6 @@ private:
 
     Mode m_mode;
 
-    DolphinMainWindow* m_mainWindow;
     QVBoxLayout* m_topLayout;
 
     DolphinController* m_controller;