summaryrefslogtreecommitdiffstats
path: root/ksmserver/KSMServerInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksmserver/KSMServerInterface.h')
-rw-r--r--ksmserver/KSMServerInterface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ksmserver/KSMServerInterface.h b/ksmserver/KSMServerInterface.h
index 52fdf0942..a628b92ba 100644
--- a/ksmserver/KSMServerInterface.h
+++ b/ksmserver/KSMServerInterface.h
@@ -22,6 +22,8 @@ k_dcop:
virtual void suspendStartup( TQCString ) = 0;
virtual void resumeStartup( TQCString ) = 0;
+
+ virtual void logoutTimed( int, int, TQString ) = 0;
};
#endif