diff options
Diffstat (limited to 'ksmserver/shutdowndlg.h')
-rw-r--r-- | ksmserver/shutdowndlg.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/ksmserver/shutdowndlg.h b/ksmserver/shutdowndlg.h index 7539fd75b..5a9d652f2 100644 --- a/ksmserver/shutdowndlg.h +++ b/ksmserver/shutdowndlg.h @@ -18,7 +18,7 @@ Copyright (C) 2000 Matthias Ettrich <ettrich@kde.org> #include <kguiitem.h> #include <tqtoolbutton.h> #include <krootpixmap.h> -#include <ntqprogressbar.h> +#include <tqprogressbar.h> class TQPushButton; class TQVButtonGroup; @@ -34,17 +34,6 @@ class TDEAction; #include <config.h> -namespace SuspendType { -enum SuspendType { - NotSpecified = 0, - Freeze, - Standby, - Suspend, - Hibernate, - HybridSuspend -}; -}; - // The (singleton) widget that makes/fades the desktop gray. class KSMShutdownFeedback : public TQWidget { @@ -149,7 +138,6 @@ private: TQString m_bootOption; TQPopupMenu *targets; TQStringList rebootOptions; - bool m_lockOnResume; int* m_selection; }; |