diff options
Diffstat (limited to 'kandy/src/mobilemain.cpp')
-rw-r--r-- | kandy/src/mobilemain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kandy/src/mobilemain.cpp b/kandy/src/mobilemain.cpp index 9a8003063..318b3eaa6 100644 --- a/kandy/src/mobilemain.cpp +++ b/kandy/src/mobilemain.cpp @@ -86,14 +86,14 @@ void MobileMain::setupActions() createGUI("kandymobileui.rc"); } -void MobileMain::saveProperties(KConfig */*config*/) +void MobileMain::saveProperties(TDEConfig */*config*/) { // the 'config' object points to the session managed // config file. anything you write here will be available // later when this app is restored } -void MobileMain::readProperties(KConfig */*config*/) +void MobileMain::readProperties(TDEConfig */*config*/) { // the 'config' object points to the session managed // config file. this function is automatically called whenever |