summaryrefslogtreecommitdiff
path: root/core/launcher/shutdownimpl.h
authorsandman <sandman>2002-06-27 01:48:58 (UTC)
committer sandman <sandman>2002-06-27 01:48:58 (UTC)
commitddb50e049fad86aa83e196117a062fc67ff2fe7d (patch) (side-by-side diff)
tree1bfb1181c41f5704a5dfefe31150ccbcb38e123b /core/launcher/shutdownimpl.h
parent6d0df38a805c5560b0815df62b212d4be0913154 (diff)
downloadopie-ddb50e049fad86aa83e196117a062fc67ff2fe7d.zip
opie-ddb50e049fad86aa83e196117a062fc67ff2fe7d.tar.gz
opie-ddb50e049fad86aa83e196117a062fc67ff2fe7d.tar.bz2
Forgot to run astyle to get a sane formating
Diffstat (limited to 'core/launcher/shutdownimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/shutdownimpl.h26
1 files changed, 13 insertions, 13 deletions
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
@@ -28,27 +28,27 @@ class QProgressBar;
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 };
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();
private:
- QTimer *m_timer;
- int m_counter;
- Type m_operation;
-
- QLabel * m_info;
- QProgressBar *m_progress;
+ QTimer *m_timer;
+ int m_counter;
+ Type m_operation;
+
+ QLabel * m_info;
+ QProgressBar *m_progress;
};
#endif