diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:57:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:57:54 -0600 |
commit | 5e82c5964c1b4dc9c8cf3f10bbb83c34f4ec7a02 (patch) | |
tree | 228cc39fe0230448cc9fb1b3dec92a46586200ed /src/ui_netparamswizard.cpp | |
parent | 294cdc4efac18111e879ebc5e2ca2aca1e598bbe (diff) | |
download | wlassistant-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_netparamswizard.cpp')
-rw-r--r-- | src/ui_netparamswizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_netparamswizard.cpp b/src/ui_netparamswizard.cpp index 42a93d2..de8c39f 100644 --- a/src/ui_netparamswizard.cpp +++ b/src/ui_netparamswizard.cpp @@ -55,7 +55,7 @@ void ui_NetParamsWizard::setWepEnabled( bool w ) void ui_NetParamsWizard::setWpaEnabled( bool w, TQStringList settings ) { setAppropriate( page(5), w ); - if (w) labelWpaSettings->setText( TQString("<i>%1</i>").arg( settings.join("<br>") ) ); + if (w) labelWpaSettings->setText( TQString("<i>%1</i>").tqarg( settings.join("<br>") ) ); } |