diff options
Diffstat (limited to 'korn/account_input.cpp')
-rw-r--r-- | korn/account_input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/account_input.cpp b/korn/account_input.cpp index d75848052..feafbe86d 100644 --- a/korn/account_input.cpp +++ b/korn/account_input.cpp @@ -136,7 +136,7 @@ TQString ComboInput::value() const void ComboInput::setValue( const TQString& value ) { - if( _list->contains( value ) ) + if( _list->tqcontains( value ) ) _right->setCurrentItem( _list->keys().findIndex( value ) ); else _right->setCurrentItem( -1 ); |