summaryrefslogtreecommitdiff
path: root/src/findbar.cpp
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2010-03-14 23:34:45 +0100
committerYoann Laissus <yoann.laissus@gmail.com>2010-03-14 23:34:45 +0100
commit65f0f138d29e1f34626d8a25683bfe0a059fb8dc (patch)
tree90cb98e1ace445f68d709085b135b81232663267 /src/findbar.cpp
parentFix capitalisation of "Highlight All" (diff)
downloadrekonq-65f0f138d29e1f34626d8a25683bfe0a059fb8dc.tar.xz
Clear all the highlight when the find bar is closed with the esc key
Diffstat (limited to 'src/findbar.cpp')
-rw-r--r--src/findbar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/findbar.cpp b/src/findbar.cpp
index 7cbe9d17..c97fd1f9 100644
--- a/src/findbar.cpp
+++ b/src/findbar.cpp
@@ -69,7 +69,6 @@ FindBar::FindBar(QWidget *parent)
hideButton->setAutoRaise(true);
hideButton->setIcon(KIcon("dialog-close"));
connect(hideButton, SIGNAL(clicked()), this, SLOT(hide()));
- connect(hideButton, SIGNAL(clicked()), window, SLOT(highlightAll()));
layout->addWidget(hideButton);
layout->setAlignment(hideButton, Qt::AlignLeft | Qt::AlignTop);