followup of r1196288; user3 is still used for the dateedit

svn path=/trunk/KDE/kdebase/apps/; revision=1196291
This commit is contained in:
Sebastian Sauer 2010-11-12 23:02:46 +00:00
parent e194f67ae1
commit 7f40223b1c

View file

@ -81,8 +81,8 @@ KfindDlg::KfindDlg(const KUrl & url, QWidget *parent)
connect(tabWidget, SIGNAL(startSearch()),
this, SLOT(startSearch()));
//connect(this, SIGNAL(user3Clicked()),
// this, SLOT(startSearch()));
connect(this, SIGNAL(user3Clicked()),
this, SLOT(startSearch()));
connect(this, SIGNAL(user2Clicked()),
this, SLOT(stopSearch()));
connect(this, SIGNAL(user1Clicked()),