diff options
| author | Peter Penz <[email protected]> | 2010-03-22 18:54:23 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-03-22 18:54:23 +0000 |
| commit | 622acabf23b6c8c3badab6a8c2e93e0ae8963f1b (patch) | |
| tree | 9e5d77cfdc2a6ad4696c15e4f8c0e337973aba40 | |
| parent | 7d74e2b70d850905e17d6e22ad0cf65913f9e9d4 (diff) | |
Remove connection to non-existent slot.
Thanks to Frank Reininghaus for the hint!
svn path=/trunk/KDE/kdebase/apps/; revision=1106410
| -rw-r--r-- | src/search/dolphinsearchbox.cpp | 2 |
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() |
