summaryrefslogtreecommitdiffstats
path: root/src/ui_netparamsedit.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-16 09:57:54 -0600
committerTimothy Pearson <[email protected]>2011-12-16 09:57:54 -0600
commit5e82c5964c1b4dc9c8cf3f10bbb83c34f4ec7a02 (patch)
tree228cc39fe0230448cc9fb1b3dec92a46586200ed /src/ui_netparamsedit.cpp
parent294cdc4efac18111e879ebc5e2ca2aca1e598bbe (diff)
downloadwlassistant-5e82c5964c1b4dc9c8cf3f10bbb83c34f4ec7a02.tar.gz
wlassistant-5e82c5964c1b4dc9c8cf3f10bbb83c34f4ec7a02.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 294cdc4efac18111e879ebc5e2ca2aca1e598bbe.
Diffstat (limited to 'src/ui_netparamsedit.cpp')
-rw-r--r--src/ui_netparamsedit.cpp2
1 files changed, 1 insertions, 1 deletions
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("<i>%1</i>").arg( np.wpaSettings.join("<br>") ) );
+ labelWpaSettings->setText( TQString("<i>%1</i>").tqarg( np.wpaSettings.join("<br>") ) );
if ( np.wpaKey.left(2)=="s:" ) { //ASCII key
checkWpaAscii->setChecked(true);
wpaKey->setText( np.wpaKey.right(np.wpaKey.length()-2) );