diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-02-20 19:06:41 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-02-20 19:06:41 +0100 |
commit | 75310e79287a8bdffb86cc1dfda1a0f069383cd6 (patch) | |
tree | ba1fb4c201fb38d0f978fd45e8bef0711f3035ee /src/mainview.cpp | |
parent | On the street to SingleRekonq.. (diff) | |
download | rekonq-75310e79287a8bdffb86cc1dfda1a0f069383cd6.tar.xz |
Last commit before branching "di brutto"..
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index a3030748..cb84f56b 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -48,7 +48,7 @@ MainView::MainView(QWidget *parent) , m_recentlyClosedTabsAction(0) , m_recentlyClosedTabsMenu(0) , m_lineEditCompleter(0) - , m_lineEdits(0) + , m_lineEdits(new QStackedWidget(this)) , m_tabBar(new TabBar(this)) { setElideMode(Qt::ElideRight); @@ -72,8 +72,6 @@ MainView::MainView(QWidget *parent) // -- connect(this, SIGNAL(currentChanged(int)), this, SLOT(currentChanged(int))); - - m_lineEdits = new QStackedWidget(this); } |