|
|
|
@ -955,7 +955,7 @@ TQString WirelessAssistant::runCommand( const TQStringList & cmd, int timeout, b
|
|
|
|
|
if (i==27) { // ca 2sec have passed and the process is still running. Replace the 'Close' button with 'Stop'.
|
|
|
|
|
disconnect(buttonClose, TQT_SIGNAL(clicked()),
|
|
|
|
|
this, TQT_SLOT(close()) );
|
|
|
|
|
buttonClose->setIconSet( SmallIconSet("stop") );
|
|
|
|
|
buttonClose->setIconSet( SmallIconSet("process-stop") );
|
|
|
|
|
buttonClose->setText( i18n("&Stop") );
|
|
|
|
|
TQToolTip::remove
|
|
|
|
|
(buttonClose);
|
|
|
|
|