summaryrefslogtreecommitdiff
path: root/core/launcher/shutdownimpl.h
authorzecke <zecke>2003-08-28 14:45:44 (UTC)
committer zecke <zecke>2003-08-28 14:45:44 (UTC)
commitb2929c823a2ec7d64b879266bebf2c648753c995 (patch) (unidiff)
tree42d0d4285fee784ed1f11a7734d4141c909403ad /core/launcher/shutdownimpl.h
parent5665c2c773a82b6c8a13ae7019a1d60bc0ab7778 (diff)
downloadopie-b2929c823a2ec7d64b879266bebf2c648753c995.zip
opie-b2929c823a2ec7d64b879266bebf2c648753c995.tar.gz
opie-b2929c823a2ec7d64b879266bebf2c648753c995.tar.bz2
Use Opies version
Diffstat (limited to 'core/launcher/shutdownimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/shutdownimpl.h18
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,7 +1,7 @@
1/********************************************************************** 1/**********************************************************************
2** Copyright (C) 2000 Trolltech AS. All rights reserved. 2** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
3** 3**
4** This file is part of Qtopia Environment. 4** This file is part of the Qtopia Environment.
5** 5**
6** This file may be distributed and/or modified under the terms of the 6** This file may be distributed and/or modified under the terms of the
7** GNU General Public License version 2 as published by the Free Software 7** GNU General Public License version 2 as published by the Free Software
@@ -28,21 +28,21 @@ class QProgressBar;
28 28
29class ShutdownImpl : public QWidget 29class ShutdownImpl : public QWidget
30{ 30{
31 Q_OBJECT 31 Q_OBJECT
32public: 32public:
33 ShutdownImpl( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 33 ShutdownImpl( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
34 34
35 enum Type { ShutdownSystem, RebootSystem, RestartDesktop, TerminateDesktop }; 35 enum Type { ShutdownSystem, RebootSystem, RestartDesktop, TerminateDesktop };
36 36
37 virtual void hide ( ); 37 virtual void hide ( );
38 38
39signals: 39signals:
40 void shutdown( ShutdownImpl::Type ); 40 void shutdown( ShutdownImpl::Type );
41 41
42private slots: 42private slots:
43 void buttonClicked( int ); 43 void buttonClicked( int );
44 void cancelClicked(); 44 void cancelClicked();
45 void timeout(); 45 void timeout();
46 46
47private: 47private:
48 QTimer *m_timer; 48 QTimer *m_timer;