diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 22:58:44 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 23:34:32 +0200 |
commit | 807e20570cbfef6e258313565598905564f1bb86 (patch) | |
tree | 695b3c940bce02305224e5781a7c48b5a6fdab94 /src/searchenginebar.cpp | |
parent | Runtime Nepomuk tagging check (diff) | |
download | rekonq-807e20570cbfef6e258313565598905564f1bb86.tar.xz |
Kitchen sink clean up
- astyle
- copyrights
- (some) includes
Diffstat (limited to 'src/searchenginebar.cpp')
-rw-r--r-- | src/searchenginebar.cpp | 2 |
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())); |