From 08390bda6cc11917a625253a98e48da9b0aac8e6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 21 Jul 2013 18:02:15 -0500 Subject: Allow the user to manually abort a stalled SaveYourself process This partially resolves Bug 760 --- ksmserver/shutdowndlg.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ksmserver/shutdowndlg.h') diff --git a/ksmserver/shutdowndlg.h b/ksmserver/shutdowndlg.h index 3ce851244..5ab9d7c3e 100644 --- a/ksmserver/shutdowndlg.h +++ b/ksmserver/shutdowndlg.h @@ -171,6 +171,13 @@ class KSMShutdownIPDlg : public KSMModalDialog public: static TQWidget* showShutdownIP(); + void showNotificationActionButtons(); + void hideNotificationActionButtons(); + +signals: + void abortLogoutClicked(); + void skipNotificationClicked(); + protected: ~KSMShutdownIPDlg(); -- cgit v1.2.1