diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:39:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:39:24 -0600 |
commit | f9ced3b3f13f3136ef63c33ef163042010d6e80b (patch) | |
tree | 293ce93dfb0dcfd79f83674116d7b3bc56f29af2 /kimagemapeditor/kimeshell.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/kimeshell.h')
-rw-r--r-- | kimagemapeditor/kimeshell.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kimagemapeditor/kimeshell.h b/kimagemapeditor/kimeshell.h index 489de23f..8eaf4a3c 100644 --- a/kimagemapeditor/kimeshell.h +++ b/kimagemapeditor/kimeshell.h @@ -45,12 +45,12 @@ public: protected: void setupActions(); - void readConfig(KConfig*); - void writeConfig(KConfig*); + void readConfig(TDEConfig*); + void writeConfig(TDEConfig*); // virtual bool queryClose(); - virtual void readProperties(KConfig *config); - virtual void saveProperties(KConfig *config); + virtual void readProperties(TDEConfig *config); + virtual void saveProperties(TDEConfig *config); virtual bool queryClose(); virtual bool queryExit(); |