summaryrefslogtreecommitdiffstats
path: root/src/profilenetworkrouteoptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profilenetworkrouteoptions.cpp')
-rw-r--r--src/profilenetworkrouteoptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profilenetworkrouteoptions.cpp b/src/profilenetworkrouteoptions.cpp
index 37424f6..55f1449 100644
--- a/src/profilenetworkrouteoptions.cpp
+++ b/src/profilenetworkrouteoptions.cpp
@@ -71,7 +71,7 @@ void ProfileNetworkRouteOptions::delNetworkRouteClicked()
TQListViewItem *item = NetworkListView->currentItem();
TQString Network = item->text(0);
TQString Netmask = item->text(1);
- int result = KMessageBox::questionYesNo ( this, i18n( "Do you really want to delete the network \"%1/%2\"?" ).arg( Network ).arg(Netmask), i18n( "Delete?" ) );
+ int result = KMessageBox::questionYesNo ( this, i18n( "Do you really want to delete the network \"%1/%2\"?" ).tqarg( Network ).tqarg(Netmask), i18n( "Delete?" ) );
//LogOutput->append( "Result: "+ TQString().setNum(result) ) ;
if ( result == 3) // Yes
{