QMessageBox::information(this,tr("Scheduled server shutdown"),tr("The server is going to be restarted in %n minute(s).\nAll running games will be lost.\nReason for shutdown: %1","",event->getMinutes()).arg(event->getReason()));
/* QMessageBox::information(this, tr("Scheduled server shutdown"), tr("The server is going to be restarted in %n minute(s).\nAll running games will be lost.\nReason for shutdown: %1", "", event->getMinutes()).arg(event->getReason()));
caseRespWouldOverwriteOldSession:QMessageBox::critical(this,tr("Error"),tr("There is already an active session using this user name.\nPlease close that session first and re-login."));break;
caseResponse::RespWouldOverwriteOldSession:QMessageBox::critical(this,tr("Error"),tr("There is already an active session using this user name.\nPlease close that session first and re-login."));break;