diff options
Diffstat (limited to 'kate/app/katesession.h')
-rw-r--r-- | kate/app/katesession.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/app/katesession.h b/kate/app/katesession.h index 412207b28..e636294e3 100644 --- a/kate/app/katesession.h +++ b/kate/app/katesession.h @@ -109,7 +109,7 @@ class KateSession : public KShared * return 0 if we have no file to read config from atm * @return config to read from */ - KConfig *configRead (); + TDEConfig *configRead (); /** * config to write @@ -117,7 +117,7 @@ class KateSession : public KShared * return 0 if we have no file to write config to atm * @return config to write from */ - KConfig *configWrite (); + TDEConfig *configWrite (); /** * count of documents in this session |