From 5e82c5964c1b4dc9c8cf3f10bbb83c34f4ec7a02 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:57:54 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 294cdc4efac18111e879ebc5e2ca2aca1e598bbe. --- src/ui_netparamsedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui_netparamsedit.cpp') diff --git a/src/ui_netparamsedit.cpp b/src/ui_netparamsedit.cpp index 757dde9..1b757a8 100644 --- a/src/ui_netparamsedit.cpp +++ b/src/ui_netparamsedit.cpp @@ -81,7 +81,7 @@ void ui_NetParamsEdit::setValues( const WANetParams & np ) } } if (np.wpa) { - labelWpaSettings->setText( TQString("%1").arg( np.wpaSettings.join("
") ) ); + labelWpaSettings->setText( TQString("%1").tqarg( np.wpaSettings.join("
") ) ); if ( np.wpaKey.left(2)=="s:" ) { //ASCII key checkWpaAscii->setChecked(true); wpaKey->setText( np.wpaKey.right(np.wpaKey.length()-2) ); -- cgit v1.2.3