summaryrefslogtreecommitdiff
path: root/src/searchenginebar.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-05-27 22:58:44 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-05-27 23:34:32 +0200
commit807e20570cbfef6e258313565598905564f1bb86 (patch)
tree695b3c940bce02305224e5781a7c48b5a6fdab94 /src/searchenginebar.cpp
parentRuntime Nepomuk tagging check (diff)
downloadrekonq-807e20570cbfef6e258313565598905564f1bb86.tar.xz
Kitchen sink clean up
- astyle - copyrights - (some) includes
Diffstat (limited to 'src/searchenginebar.cpp')
-rw-r--r--src/searchenginebar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/searchenginebar.cpp b/src/searchenginebar.cpp
index 3bb600de..441facf7 100644
--- a/src/searchenginebar.cpp
+++ b/src/searchenginebar.cpp
@@ -46,7 +46,7 @@ SearchEngineBar::SearchEngineBar(QWidget *parent)
{
connect(this, SIGNAL(accepted()), this, SLOT(hideAndDelete()));
connect(this, SIGNAL(accepted()), this, SLOT(slotAccepted()));
-
+
connect(this, SIGNAL(rejected()), this, SLOT(hideAndDelete()));
connect(this, SIGNAL(rejected()), this, SLOT(slotRejected()));