summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor/kimeshell.h
diff options
context:
space:
mode:
Diffstat (limited to 'kimagemapeditor/kimeshell.h')
-rw-r--r--kimagemapeditor/kimeshell.h8
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();