diff options
Diffstat (limited to 'kppp/accounts.cpp')
-rw-r--r-- | kppp/accounts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/accounts.cpp b/kppp/accounts.cpp index cbfe03d7..eadace7e 100644 --- a/kppp/accounts.cpp +++ b/kppp/accounts.cpp @@ -293,7 +293,7 @@ void AccountWidget::newaccount() { if(result == TQDialog::Accepted) { accountlist_l->insertItem(gpppdata.accname()); - accountlist_l->setSelected(accountlist_l->tqfindItem(gpppdata.accname()), + accountlist_l->setSelected(accountlist_l->findItem(gpppdata.accname()), true); emit resetaccounts(); gpppdata.save(); |