diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:34:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:34:17 -0600 |
commit | 294cdc4efac18111e879ebc5e2ca2aca1e598bbe (patch) | |
tree | 5bf144561dae36f14e8d1bb7028b89c8025f6d17 /src/ui_netparamsedit.cpp | |
parent | f7be60da342a8a54895be7b9e81ac0b37e196e15 (diff) | |
download | wlassistant-294cdc4efac18111e879ebc5e2ca2aca1e598bbe.tar.gz wlassistant-294cdc4efac18111e879ebc5e2ca2aca1e598bbe.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/ui_netparamsedit.cpp')
-rw-r--r-- | src/ui_netparamsedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_netparamsedit.cpp b/src/ui_netparamsedit.cpp index 1b757a8..757dde9 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>").tqarg( np.wpaSettings.join("<br>") ) ); + labelWpaSettings->setText( TQString("<i>%1</i>").arg( np.wpaSettings.join("<br>") ) ); if ( np.wpaKey.left(2)=="s:" ) { //ASCII key checkWpaAscii->setChecked(true); wpaKey->setText( np.wpaKey.right(np.wpaKey.length()-2) ); |