Remove connection to non-existent slot.

Thanks to Frank Reininghaus for the hint!

svn path=/trunk/KDE/kdebase/apps/; revision=1106410
This commit is contained in:
Peter Penz 2010-03-22 18:54:23 +00:00
parent 077e5efa43
commit a312ee3249

View file

@ -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()