summaryrefslogtreecommitdiff
path: root/src/searchenginebar.cpp
diff options
context:
space:
mode:
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()));