-rw-r--r-- | core/launcher/shutdownimpl.cpp | 1 | ||||
-rw-r--r-- | core/launcher/shutdownimpl.h | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/core/launcher/shutdownimpl.cpp b/core/launcher/shutdownimpl.cpp index 0c5b4f6..b1925d9 100644 --- a/core/launcher/shutdownimpl.cpp +++ b/core/launcher/shutdownimpl.cpp @@ -106,24 +106,25 @@ ShutdownImpl::ShutdownImpl( QWidget* parent, const char *name, WFlags fl ) vbox-> addWidget ( cancel ); m_timer = new QTimer ( this ); connect ( m_timer, SIGNAL( timeout ( )), this, SLOT( timeout ( ))); connect ( btngrp, SIGNAL( clicked ( int )), this, SLOT( buttonClicked ( int ))); connect ( cancel, SIGNAL( clicked ( )), this, SLOT( cancelClicked ( ))); m_progress-> hide ( ); Global::hideInputMethod ( ); #ifdef QT_QWS_CUSTOM + shutdown-> hide ( ); #endif } void ShutdownImpl::buttonClicked ( int b ) { m_counter = 0; switch ( b ) { case 1: m_operation = ShutdownSystem; break; diff --git a/core/launcher/shutdownimpl.h b/core/launcher/shutdownimpl.h index 462f347..c2ebcc7 100644 --- a/core/launcher/shutdownimpl.h +++ b/core/launcher/shutdownimpl.h |