1 //===========================================================================
3 // This file is part of the KDE project
5 // Copyright 1999 Martin R. Jones <mjones@kde.org>
6 // Copyright 2003 Oswald Buddenhagen <ossi@kde.org>
7 // Copyright 2004 Chris Howells <howells@kde.org>
21 class AutoLogout
: public QDialog
26 AutoLogout(LockProcess
*parent
);
28 virtual void setVisible(bool visible
);
31 virtual void timerEvent(QTimerEvent
*);
39 QGridLayout
*frameLayout
;
41 int mCountdownTimerId
;
43 QTimer countDownTimer
;
44 QProgressBar
*mProgressRemaining
;
48 #endif // AUTOLOGOUT_H