diff options
Diffstat (limited to 'ksmserver/server.cpp')
-rw-r--r-- | ksmserver/server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksmserver/server.cpp b/ksmserver/server.cpp index dea7c0599..6e7ec0c7f 100644 --- a/ksmserver/server.cpp +++ b/ksmserver/server.cpp @@ -580,7 +580,7 @@ extern "C" int _IceTransNoListen(const char * protocol); #endif KSMServer::KSMServer( const TQString& windowManager, const TQString& windowManagerAddArgs, bool _only_local ) - : DCOPObject("ksmserver"), startupNotifierIPDlg(0), shutdownNotifierIPDlg(0), sessionGroup( "" ), protectionTimerCounter(0) + : DCOPObject("ksmserver"), shutdownNotifierIPDlg(0), sessionGroup( "" ), protectionTimerCounter(0) { the_server = this; clean = false; @@ -1030,4 +1030,4 @@ bool KSMServer::defaultSession() const bool KSMServer::startupCompleted() { return m_startupCompleted; -}
\ No newline at end of file +} |