From e4e0479220e9e9616b68b2a11e42cff7a8af7b3d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:17:06 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- ksmserver/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksmserver/client.cpp') 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 }; -- cgit v1.2.3