summaryrefslogtreecommitdiffstats
path: root/kandy/src/mobilemain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kandy/src/mobilemain.cpp')
-rw-r--r--kandy/src/mobilemain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kandy/src/mobilemain.cpp b/kandy/src/mobilemain.cpp
index 9a800306..318b3eaa 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