summaryrefslogtreecommitdiffstats
path: root/korn/account_input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/account_input.cpp')
-rw-r--r--korn/account_input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/account_input.cpp b/korn/account_input.cpp
index d7584805..feafbe86 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 );