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 /korganizer/koprefs.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 'korganizer/koprefs.cpp')
-rw-r--r-- | korganizer/koprefs.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/koprefs.cpp b/korganizer/koprefs.cpp index 58248ba49..ead4f7e8d 100644 --- a/korganizer/koprefs.cpp +++ b/korganizer/koprefs.cpp @@ -81,7 +81,7 @@ KOPrefs::KOPrefs() : // make it a bit smaller mDefaultMonthViewFont.setPointSize( mDefaultMonthViewFont.pointSize() - 2 ); - KConfigSkeleton::setCurrentGroup( "General" ); + TDEConfigSkeleton::setCurrentGroup( "General" ); addItemPath( "Html Export File", mHtmlExportFile, TQDir::homeDirPath() + "/" + i18n( "Default export file", "calendar.html" ) ); @@ -240,12 +240,12 @@ void KOPrefs::usrWriteConfig() } if( !mFreeBusyPublishSavePassword ) { - KConfigSkeleton::ItemPassword *i = freeBusyPublishPasswordItem(); + TDEConfigSkeleton::ItemPassword *i = freeBusyPublishPasswordItem(); i->setValue( "" ); i->writeConfig( config() ); } if( !mFreeBusyRetrieveSavePassword ) { - KConfigSkeleton::ItemPassword *i = freeBusyRetrievePasswordItem(); + TDEConfigSkeleton::ItemPassword *i = freeBusyRetrievePasswordItem(); i->setValue( "" ); i->writeConfig( config() ); } |