summaryrefslogtreecommitdiff
path: root/core/launcher/shutdownimpl.h
Side-by-side diff
Diffstat (limited to 'core/launcher/shutdownimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/shutdownimpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/launcher/shutdownimpl.h b/core/launcher/shutdownimpl.h
index c2ebcc7..12b859d 100644
--- a/core/launcher/shutdownimpl.h
+++ b/core/launcher/shutdownimpl.h
@@ -31,12 +31,14 @@ class ShutdownImpl : public QWidget
Q_OBJECT
public:
ShutdownImpl( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
enum Type { ShutdownSystem, RebootSystem, RestartDesktop, TerminateDesktop };
+ virtual void hide ( );
+
signals:
void shutdown( ShutdownImpl::Type );
private slots:
void buttonClicked( int );
void cancelClicked();