diff options
author | Timothy Pearson <[email protected]> | 2015-09-04 03:08:22 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-09-04 03:08:22 -0500 |
commit | e89d9e5e16bf98525b26104218448bcd8e91bdc2 (patch) | |
tree | 9b0365fb10a518675509791310ba73e62038e4de /kdesktop/lock/autologout.h | |
parent | b5462e86f3378d0a720d11a9321bc74c45827feb (diff) | |
download | tdebase-e89d9e5e16bf98525b26104218448bcd8e91bdc2.tar.gz tdebase-e89d9e5e16bf98525b26104218448bcd8e91bdc2.zip |
Fix the most egregious style guide violations in the remaining kdesktop_lock source files
No functional changes were made to the source
Diffstat (limited to 'kdesktop/lock/autologout.h')
-rw-r--r-- | kdesktop/lock/autologout.h | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/kdesktop/lock/autologout.h b/kdesktop/lock/autologout.h index c15a47f07..89cbb880e 100644 --- a/kdesktop/lock/autologout.h +++ b/kdesktop/lock/autologout.h @@ -1,6 +1,6 @@ //=========================================================================== // -// This file is part of the KDE project +// This file is part of the TDE project // // Copyright (c) 1999 Martin R. Jones <[email protected]> // Copyright (c) 2003 Oswald Buddenhagen <[email protected]> @@ -22,29 +22,29 @@ class TQProgressBar; class AutoLogout : public TQDialog { - Q_OBJECT - -public: - AutoLogout(LockProcess *parent); - ~AutoLogout(); - virtual void show(); - -protected: - virtual void timerEvent(TQTimerEvent *); - -private slots: - void slotActivity(); - -private: - void updateInfo(int); - TQFrame *frame; - TQGridLayout *frameLayout; - TQLabel *mStatusLabel; - int mCountdownTimerId; - int mRemaining; - TQTimer countDownTimer; - TQProgressBar *mProgressRemaining; - void logout(); + Q_OBJECT + + public: + AutoLogout(LockProcess *parent); + ~AutoLogout(); + virtual void show(); + + protected: + virtual void timerEvent(TQTimerEvent *); + + private slots: + void slotActivity(); + + private: + void updateInfo(int); + TQFrame *frame; + TQGridLayout *frameLayout; + TQLabel *mStatusLabel; + int mCountdownTimerId; + int mRemaining; + TQTimer countDownTimer; + TQProgressBar *mProgressRemaining; + void logout(); }; #endif |