diff options
Diffstat (limited to 'libkscan/kscanslider.cpp')
-rw-r--r-- | libkscan/kscanslider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkscan/kscanslider.cpp b/libkscan/kscanslider.cpp index 4e04f095..1712f2be 100644 --- a/libkscan/kscanslider.cpp +++ b/libkscan/kscanslider.cpp @@ -260,7 +260,7 @@ void KScanCombo::createCombo( const TQString& text ) void KScanCombo::slSetEntry( const TQString &t ) { if( t.isNull() ) return; - int i = combolist.tqfind( t.local8Bit() ); + int i = combolist.find( t.local8Bit() ); /* Important to check value to avoid recursive signals ;) */ if( i == combo->currentItem() ) |