From 699217f5ac7e8ccf5a023fb13b3a26d38c1d847b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 5 Oct 2014 16:01:32 -0500 Subject: If drkonqi launches during logout show it after 30 seconds have elapsed --- ksmserver/server.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ksmserver/server.h') diff --git a/ksmserver/server.h b/ksmserver/server.h index 8f17af231..f5e0d37c6 100644 --- a/ksmserver/server.h +++ b/ksmserver/server.h @@ -161,6 +161,8 @@ private: bool isDesktop( const TQString& program ) const; bool isNotifier( const KSMClient* client ) const; bool isNotifier( const TQString& program ) const; + bool isCrashHandler( const KSMClient* client ) const; + bool isCrashHandler( const TQString& program ) const; bool defaultSession() const; // empty session void setupXIOErrorHandler(); -- cgit v1.2.1