-rw-r--r-- | core/launcher/shutdownimpl.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/core/launcher/shutdownimpl.h b/core/launcher/shutdownimpl.h index 12b859d..07f797e 100644 --- a/core/launcher/shutdownimpl.h +++ b/core/launcher/shutdownimpl.h @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 2000 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** -** This file is part of Qtopia Environment. +** This file is part of the Qtopia Environment. ** @@ -30,7 +30,7 @@ class ShutdownImpl : public QWidget { - Q_OBJECT + Q_OBJECT public: - ShutdownImpl( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + ShutdownImpl( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); - enum Type { ShutdownSystem, RebootSystem, RestartDesktop, TerminateDesktop }; + enum Type { ShutdownSystem, RebootSystem, RestartDesktop, TerminateDesktop }; @@ -39,8 +39,8 @@ public: signals: - void shutdown( ShutdownImpl::Type ); + void shutdown( ShutdownImpl::Type ); private slots: - void buttonClicked( int ); - void cancelClicked(); - void timeout(); + void buttonClicked( int ); + void cancelClicked(); + void timeout(); |