diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
commit | 86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch) | |
tree | 97d3ac2c2f60780d9a1de4f82caac7cb27534501 /kmobile/kmobile.cpp | |
parent | a9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff) | |
download | tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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 |