From 06c2dd77f692b319d32a4abfe71566885196ee2a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:41:19 -0600 Subject: Remove additional unneeded tq method conversions --- src/netparams.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/netparams.h') 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("

The network has stopped broadcasting its ESSID since the last time you were connected.

Would you like to use '%1' as an ESSID for this network?

NOTE: If you answer No, a dialog will appear where you will be able to specify a different ESSID.

").tqarg(essid) ) != 3 ) // !=YES + if ( KMessageBox::questionYesNo(0, i18n("

The network has stopped broadcasting its ESSID since the last time you were connected.

Would you like to use '%1' as an ESSID for this network?

NOTE: If you answer No, a dialog will appear where you will be able to specify a different ESSID.

").arg(essid) ) != 3 ) // !=YES r = true; wasHiddenEssid = hiddenEssid; -- cgit v1.2.3