diff options
Diffstat (limited to 'ksmserver/client.cpp')
-rw-r--r-- | ksmserver/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksmserver/client.cpp b/ksmserver/client.cpp index 1dbe2e245..c47877543 100644 --- a/ksmserver/client.cpp +++ b/ksmserver/client.cpp @@ -99,7 +99,7 @@ static char * safeSmsGenerateClientID( SmsConn /*c*/ ) (1 would be IP, 2 would be DEC-NET format) */ char hostname[ 256 ]; if( gethostname( hostname, 255 ) != 0 ) - my_addr->sprintf("0%.8x", KApplication::random()); + my_addr->sprintf("0%.8x", TDEApplication::random()); else { // create some kind of hash for the hostname int addr[ 4 ] = { 0, 0, 0, 0 }; |