mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
followup of r1196288; user3 is still used for the dateedit
svn path=/trunk/KDE/kdebase/apps/; revision=1196291
This commit is contained in:
parent
e194f67ae1
commit
7f40223b1c
1 changed files with 2 additions and 2 deletions
|
@ -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()),
|
||||
|
|
Loading…
Reference in a new issue