From f9ced3b3f13f3136ef63c33ef163042010d6e80b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:39:24 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- klinkstatus/src/klinkstatus.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'klinkstatus/src/klinkstatus.h') diff --git a/klinkstatus/src/klinkstatus.h b/klinkstatus/src/klinkstatus.h index 47bef3f7..f12ad736 100644 --- a/klinkstatus/src/klinkstatus.h +++ b/klinkstatus/src/klinkstatus.h @@ -54,14 +54,14 @@ protected: * This method is called when it is time for the app to save its * properties for session management purposes. */ - void saveProperties(KConfig *); + void saveProperties(TDEConfig *); /** - * This method is called when this app is restored. The KConfig + * This method is called when this app is restored. The TDEConfig * object points to the session management config file that was saved * with @ref saveProperties */ - void readProperties(KConfig *); + void readProperties(TDEConfig *); private slots: void optionsShowToolbar(); -- cgit v1.2.1