diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-30 17:24:57 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-30 17:24:57 +0100 |
commit | ff09defcd3ce26802866e689125548b059c4f2c3 (patch) | |
tree | 8ce9d3c9e7a535cc57753b8ea4756880f3d4d634 /src/mainwindow.cpp | |
parent | Fixed Settings changes.. (diff) | |
download | rekonq-ff09defcd3ce26802866e689125548b059c4f2c3.tar.xz |
Final adjs for 0.0.2
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 7bf44d06..3e0d71fa 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -109,7 +109,7 @@ MainWindow::MainWindow() navigationBar->addWidget(m_searchBar); // Find Bar - m_findBar = new FindBar(this); + m_findBar = new FindBar( this ); connect( m_findBar, SIGNAL( searchString(const QString &) ), this, SLOT( slotFind(const QString &) ) ); } |