From cc74f360bb40da3d79f58048f8e8611804980aa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:30:47 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- ksmserver/server.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ksmserver/server.h') diff --git a/ksmserver/server.h b/ksmserver/server.h index 79c1629bd..c2207ec95 100644 --- a/ksmserver/server.h +++ b/ksmserver/server.h @@ -156,9 +156,9 @@ private: TQString bootOption = TQString::null ); void performLegacySessionSave(); - void storeLegacySession( KConfig* config ); - void restoreLegacySession( KConfig* config ); - void restoreLegacySessionInternal( KConfig* config, char sep = ',' ); + void storeLegacySession( TDEConfig* config ); + void restoreLegacySession( TDEConfig* config ); + void restoreLegacySessionInternal( TDEConfig* config, char sep = ',' ); TQStringList windowWmCommand(WId w); TQString windowWmClientMachine(WId w); WId windowWmClientLeader(WId w); -- cgit v1.2.3