summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-30 17:24:57 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-30 17:24:57 +0100
commitff09defcd3ce26802866e689125548b059c4f2c3 (patch)
tree8ce9d3c9e7a535cc57753b8ea4756880f3d4d634 /src/mainwindow.cpp
parentFixed Settings changes.. (diff)
downloadrekonq-ff09defcd3ce26802866e689125548b059c4f2c3.tar.xz
Final adjs for 0.0.2
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
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 &) ) );
}