diff options
Diffstat (limited to 'src/manageciscocert.cpp')
-rw-r--r-- | src/manageciscocert.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manageciscocert.cpp b/src/manageciscocert.cpp index 7d5d611..e6601f3 100644 --- a/src/manageciscocert.cpp +++ b/src/manageciscocert.cpp @@ -65,7 +65,7 @@ void ManageCiscoCert::deleteCertClicked() { TQListViewItem *item = main->CertListView->currentItem(); - int result = KMessageBox::questionYesNo ( this, i18n( "Do you really want to delete the cert \"%1\" (type: %2) from cert store?" ).tqarg(item->text(1).tqarg(item->text(2))), i18n( "Delete certificate?" ) ); + int result = KMessageBox::questionYesNo ( this, i18n( "Do you really want to delete the cert \"%1\" (type: %2) from cert store?" ).arg(item->text(1).arg(item->text(2))), i18n( "Delete certificate?" ) ); // if ( GlobalConfig->KvpncDebugLevel > 2 ) // GlobalConfig->appendLogEntry( "Result: "+ TQString().setNum(result), GlobalConfig->debug ) ; |