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 --- kimagemapeditor/kimagemapeditor.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kimagemapeditor/kimagemapeditor.h') diff --git a/kimagemapeditor/kimagemapeditor.h b/kimagemapeditor/kimagemapeditor.h index 9497ee84..34c7b0fc 100644 --- a/kimagemapeditor/kimagemapeditor.h +++ b/kimagemapeditor/kimagemapeditor.h @@ -139,7 +139,7 @@ public : virtual ~KImageMapEditor(); static TDEAboutData *createAboutData(); - static KConfig *config(); + static TDEConfig *config(); /** * Makes sure, that the actions cut, copy, delete and @@ -182,8 +182,8 @@ public : void readConfig(); void writeConfig(); - virtual void readProperties(KConfig *); - virtual void saveProperties(KConfig *); + virtual void readProperties(TDEConfig *); + virtual void saveProperties(TDEConfig *); virtual bool closeURL(); bool queryClose(); virtual void setReadWrite(bool); @@ -205,10 +205,10 @@ public : * Opens the last URL the user worked with. * Sets also, the last map and the last image */ - void openLastURL(KConfig*); + void openLastURL(TDEConfig*); - void readConfig(KConfig*); - void writeConfig(KConfig*); + void readConfig(TDEConfig*); + void writeConfig(TDEConfig*); virtual bool openURL(const KURL & url); @@ -227,7 +227,7 @@ protected: /** * Saves information to restore the last working state */ - void saveLastURL(KConfig*); + void saveLastURL(TDEConfig*); private: -- cgit v1.2.1