diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:34:17 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:34:17 -0600 |
| commit | 294cdc4efac18111e879ebc5e2ca2aca1e598bbe (patch) | |
| tree | 5bf144561dae36f14e8d1bb7028b89c8025f6d17 /src/netparams.h | |
| 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/netparams.h')
| -rw-r--r-- | src/netparams.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netparams.h b/src/netparams.h index fbc2b7b..966dd08 100644 --- a/src/netparams.h +++ b/src/netparams.h @@ -79,7 +79,7 @@ public: r = true; } if ( (hiddenEssid) && (!wasHiddenEssid) ) - if ( KMessageBox::questionYesNo(0, i18n("<qt><p>The network has stopped broadcasting its ESSID since the last time you were connected.</p><p>Would you like to use '<b>%1</b>' as an ESSID for this network?</p><p><i>NOTE: If you answer No, a dialog will appear where you will be able to specify a different ESSID.</i></p></qt>").tqarg(essid) ) != 3 ) // !=YES + if ( KMessageBox::questionYesNo(0, i18n("<qt><p>The network has stopped broadcasting its ESSID since the last time you were connected.</p><p>Would you like to use '<b>%1</b>' as an ESSID for this network?</p><p><i>NOTE: If you answer No, a dialog will appear where you will be able to specify a different ESSID.</i></p></qt>").arg(essid) ) != 3 ) // !=YES r = true; wasHiddenEssid = hiddenEssid; |
