diff options
Diffstat (limited to 'ksmserver/server.h')
-rw-r--r-- | ksmserver/server.h | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |