From 622acabf23b6c8c3badab6a8c2e93e0ae8963f1b Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 22 Mar 2010 18:54:23 +0000 Subject: Remove connection to non-existent slot. Thanks to Frank Reininghaus for the hint! svn path=/trunk/KDE/kdebase/apps/; revision=1106410 --- src/search/dolphinsearchbox.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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() -- cgit v1.3