diff options
| author | Kevin Ottens <[email protected]> | 2006-11-29 18:09:26 +0000 |
|---|---|---|
| committer | Kevin Ottens <[email protected]> | 2006-11-29 18:09:26 +0000 |
| commit | b1d5b6b7467d15417131c8df8fdecb22b2008db4 (patch) | |
| tree | 119882f5616809a57eb9b81621dc6361a97ed282 /src/bookmarkssidebarpage.h | |
| parent | 91c5f52d87c7af2412b5935095df1f90d6eb4a04 (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/bookmarkssidebarpage.h')
| -rw-r--r-- | src/bookmarkssidebarpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarkssidebarpage.h b/src/bookmarkssidebarpage.h index 953755399..601a4d836 100644 --- a/src/bookmarkssidebarpage.h +++ b/src/bookmarkssidebarpage.h @@ -41,7 +41,7 @@ class BookmarksSidebarPage : public SidebarPage Q_OBJECT public: - BookmarksSidebarPage(DolphinMainWindow *mainWindow, QWidget* parent); + BookmarksSidebarPage(DolphinMainWindow *mainWindow, QWidget* parent=0); virtual ~BookmarksSidebarPage(); protected: |
