diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:32:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:32:27 -0600 |
commit | 9f2c757e1a1694373c11427a00502c2ff4c2d403 (patch) | |
tree | 7d90e91214976a7d23d89ec3474515cf46069704 /ktouch/src/ktouch.h | |
parent | cee429821aa6f1acc97fb482d325fb4eb37376ca (diff) | |
download | tdeedu-9f2c757e1a1694373c11427a00502c2ff4c2d403.tar.gz tdeedu-9f2c757e1a1694373c11427a00502c2ff4c2d403.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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 |