summaryrefslogtreecommitdiff
path: root/vcl/source/control/quickselectionengine.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/quickselectionengine.cxx')
-rw-r--r--vcl/source/control/quickselectionengine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/quickselectionengine.cxx b/vcl/source/control/quickselectionengine.cxx
index b4612ea52349..c980639a5627 100644
--- a/vcl/source/control/quickselectionengine.cxx
+++ b/vcl/source/control/quickselectionengine.cxx
@@ -43,7 +43,7 @@ namespace vcl
,aSearchTimeout()
{
aSearchTimeout.SetTimeout( 2500 );
- aSearchTimeout.SetTimeoutHdl( LINK( this, QuickSelectionEngine_Data, SearchStringTimeout ) );
+ aSearchTimeout.SetInvokeHandler( LINK( this, QuickSelectionEngine_Data, SearchStringTimeout ) );
aSearchTimeout.SetDebugName( "vcl::QuickSelectionEngine_Data aSearchTimeout" );
}