diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:39:24 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:39:24 -0600 |
commit | f9ced3b3f13f3136ef63c33ef163042010d6e80b (patch) | |
tree | 293ce93dfb0dcfd79f83674116d7b3bc56f29af2 /kimagemapeditor/kimagemapeditor.h | |
parent | 29df04c24350cc76a41e2410d1c92445f9338b98 (diff) | |
download | tdewebdev-f9ced3b3f13f3136ef63c33ef163042010d6e80b.tar.gz tdewebdev-f9ced3b3f13f3136ef63c33ef163042010d6e80b.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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: |