diff options
Diffstat (limited to 'kimagemapeditor/kimagemapeditor.h')
-rw-r--r-- | kimagemapeditor/kimagemapeditor.h | 14 |
1 files changed, 7 insertions, 7 deletions
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: |