┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-03-22 18:54:23 +0000
committerPeter Penz <[email protected]>2010-03-22 18:54:23 +0000
commit622acabf23b6c8c3badab6a8c2e93e0ae8963f1b (patch)
tree9e5d77cfdc2a6ad4696c15e4f8c0e337973aba40 /src
parent7d74e2b70d850905e17d6e22ad0cf65913f9e9d4 (diff)
Remove connection to non-existent slot.
Thanks to Frank Reininghaus for the hint! svn path=/trunk/KDE/kdebase/apps/; revision=1106410
Diffstat (limited to 'src')
-rw-r--r--src/search/dolphinsearchbox.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp
index 7eb7206ac..05e62dab3 100644
--- a/src/search/dolphinsearchbox.cpp
+++ b/src/search/dolphinsearchbox.cpp
@@ -252,8 +252,6 @@ DolphinSearchBox::DolphinSearchBox(QWidget* parent) :
this, SLOT(emitSearchSignal()));
connect(m_searchInput, SIGNAL(textChanged(QString)),
this, SLOT(slotTextChanged(QString)));
- connect(m_searchInput, SIGNAL(clearButtonClicked()),
- this, SLOT(slotClearButtonClicked()));
}
DolphinSearchBox::~DolphinSearchBox()