mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
kfind: adjust to KGlobalSettings changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3f85de5864
commit
39b8ffd1a6
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ KFindTreeView::KFindTreeView( QWidget *parent, KfindDlg * findDialog )
|
||||||
this, SLOT(contextMenuRequested(QPoint)));
|
this, SLOT(contextMenuRequested(QPoint)));
|
||||||
|
|
||||||
//Mouse single/double click settings
|
//Mouse single/double click settings
|
||||||
connect( KGlobalSettings::self(), SIGNAL(settingsChanged(int)), this, SLOT(reconfigureMouseSettings()) );
|
connect( KGlobalSettings::self(), SIGNAL(mouseChanged()), this, SLOT(reconfigureMouseSettings()) );
|
||||||
reconfigureMouseSettings();
|
reconfigureMouseSettings();
|
||||||
|
|
||||||
// TODO: this is a workaround until Qt-issue 176832 has been fixed (from Dolphin)
|
// TODO: this is a workaround until Qt-issue 176832 has been fixed (from Dolphin)
|
||||||
|
|
Loading…
Add table
Reference in a new issue