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 14eb5cd4..81e44459 100644 --- a/kppp/accounts.cpp +++ b/kppp/accounts.cpp @@ -324,7 +324,7 @@ void AccountWidget::copyaccount() { void AccountWidget::deleteaccount() { TQString s = i18n("Are you sure you want to delete\nthe account \"%1\"?") - .tqarg(accountlist_l->text(accountlist_l->currentItem())); + .arg(accountlist_l->text(accountlist_l->currentItem())); if(KMessageBox::warningYesNo(this, s, i18n("Confirm"), KGuiItem(i18n("Delete"), "editdelete"), KStdGuiItem::cancel()) != KMessageBox::Yes) return; |