diff options
Diffstat (limited to 'kmobile/kmobile.cpp')
-rw-r--r-- | kmobile/kmobile.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmobile/kmobile.cpp b/kmobile/kmobile.cpp index 4c46b8903..2453b3bac 100644 --- a/kmobile/kmobile.cpp +++ b/kmobile/kmobile.cpp @@ -55,7 +55,7 @@ KMobile::KMobile() : KMainWindow( 0, "kmobile" ) { - m_config = new KConfig("kmobilerc"); + m_config = new TDEConfig("kmobilerc"); m_view = new KMobileView(this, m_config); @@ -168,14 +168,14 @@ void KMobile::fileSave() } -void KMobile::saveProperties(KConfig *) +void KMobile::saveProperties(TDEConfig *) { // the 'config' object points to the session managed // config file. anything you write here will be available // later when this app is restored } -void KMobile::readProperties(KConfig *config) +void KMobile::readProperties(TDEConfig *config) { // the 'config' object points to the session managed // config file. this function is automatically called whenever |