summaryrefslogtreecommitdiffstats
path: root/src/profilenetworkrouteoptions.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:40:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:40:12 -0600
commit1cc6550ea24abfd0acd8b2a5f627e4ff0b53dce7 (patch)
tree4ea4f480a5e503473600a48d44e163d64930a3c4 /src/profilenetworkrouteoptions.cpp
parent699e356180fde57a72e0c37af2170b87a95f90b4 (diff)
downloadkvpnc-1cc6550ea24abfd0acd8b2a5f627e4ff0b53dce7.tar.gz
kvpnc-1cc6550ea24abfd0acd8b2a5f627e4ff0b53dce7.zip
Remove additional unneeded tq method conversions
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 55f1449..37424f6 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\"?" ).tqarg( Network ).tqarg(Netmask), i18n( "Delete?" ) );
+ int result = KMessageBox::questionYesNo ( this, i18n( "Do you really want to delete the network \"%1/%2\"?" ).arg( Network ).arg(Netmask), i18n( "Delete?" ) );
//LogOutput->append( "Result: "+ TQString().setNum(result) ) ;
if ( result == 3) // Yes
{