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/infosidebarpage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/infosidebarpage.h') diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index edd43229e..e7d527126 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -59,7 +59,7 @@ class InfoSidebarPage : public SidebarPage Q_OBJECT public: - InfoSidebarPage(DolphinMainWindow* mainWindow, QWidget* parent); + InfoSidebarPage(DolphinMainWindow* mainWindow, QWidget* parent=0); virtual ~InfoSidebarPage(); protected: -- cgit v1.3