From b1d5b6b7467d15417131c8df8fdecb22b2008db4 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Wed, 29 Nov 2006 18:09:26 +0000 Subject: Get ride of the sidebar and use dockwidgets instead. Default is now three panes, but the dockwidgets can be stacked, etc. to the user convenience. There's a slight loss in feature since I disabled dockwidgets hiding, it's simply because some rework is still needed in kdelibs and Qt to make them work correctly. svn path=/trunk/playground/utils/dolphin/; revision=609186 --- src/sidebarpage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sidebarpage.h') diff --git a/src/sidebarpage.h b/src/sidebarpage.h index e97b0c9cf..d83ef5e9a 100644 --- a/src/sidebarpage.h +++ b/src/sidebarpage.h @@ -36,7 +36,7 @@ class SidebarPage : public QWidget Q_OBJECT public: - SidebarPage(DolphinMainWindow* mainwindow, QWidget* parent); + SidebarPage(DolphinMainWindow* mainwindow, QWidget* parent=0); virtual ~SidebarPage(); protected slots: -- cgit v1.3