diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-06 23:36:15 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-06 23:36:15 +0100 |
commit | eaa82c1922c7cc133458c65ecbe8eb2ab6adc03d (patch) | |
tree | b8954514b5d8bd0205bc0b8798de2bef2c7e751e /src/mainwindow.cpp | |
parent | kde wallet integration. (diff) | |
download | rekonq-eaa82c1922c7cc133458c65ecbe8eb2ab6adc03d.tar.xz |
KWebWallet integration
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 583825af..6186ebea 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -97,8 +97,8 @@ MainWindow::MainWindow() : KMainWindow() - , m_view(new MainView(this)) - , m_findBar(new FindBar(this)) + , m_view( new MainView(this) ) + , m_findBar( new FindBar(this) ) , m_sidePanel(0) , m_bookmarksPanel(0) , m_webInspectorDock(0) |