┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/infosidebarpage.h
diff options
context:
space:
mode:
authorKevin Ottens <[email protected]>2006-11-29 18:09:26 +0000
committerKevin Ottens <[email protected]>2006-11-29 18:09:26 +0000
commitb1d5b6b7467d15417131c8df8fdecb22b2008db4 (patch)
tree119882f5616809a57eb9b81621dc6361a97ed282 /src/infosidebarpage.h
parent91c5f52d87c7af2412b5935095df1f90d6eb4a04 (diff)
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
Diffstat (limited to 'src/infosidebarpage.h')
-rw-r--r--src/infosidebarpage.h2
1 files changed, 1 insertions, 1 deletions
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: