diff options
Diffstat (limited to 'ktouch/src/ktouch.h')
-rw-r--r-- | ktouch/src/ktouch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ktouch/src/ktouch.h b/ktouch/src/ktouch.h index 5a79450f..85697d59 100644 --- a/ktouch/src/ktouch.h +++ b/ktouch/src/ktouch.h @@ -121,9 +121,9 @@ class KTouch : public KMainWindow { private: // *** BEGIN - Session management *** /// Will be called when this app is restored due to session management. - void readProperties(KConfig *config); + void readProperties(TDEConfig *config); /// Will be called when the app should save its state for session management purposes. - void saveProperties(KConfig *config); + void saveProperties(TDEConfig *config); // *** END - Session management *** /// Initialises the program during a normal startup |