┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/sidebarpage.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/sidebarpage.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/sidebarpage.h')
-rw-r--r--src/sidebarpage.h2
1 files changed, 1 insertions, 1 deletions
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: