diff options
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() ); } |