From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- korganizer/koprefs.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'korganizer/koprefs.cpp') 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() ); } -- cgit v1.2.1