-rw-r--r-- | libkdepim/ksyncprofile.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libkdepim/ksyncprofile.cpp b/libkdepim/ksyncprofile.cpp index 0d72fc9..d6620c8 100644 --- a/libkdepim/ksyncprofile.cpp +++ b/libkdepim/ksyncprofile.cpp | |||
@@ -133,4 +133,5 @@ void KSyncProfile::setDefault() | |||
133 | mIsPhoneSync = false; | 133 | mIsPhoneSync = false; |
134 | mIsPiSync = false; | 134 | mIsPiSync = false; |
135 | mIsPiSyncSpec = false; | ||
135 | mIsKapiFile = false; | 136 | mIsKapiFile = false; |
136 | mWriteContactToSIM = false; | 137 | mWriteContactToSIM = false; |
@@ -196,4 +197,5 @@ void KSyncProfile::readConfig(KConfig *config ) | |||
196 | mIsPhoneSync= config->readBoolEntry( "IsPhoneSync", mIsPhoneSync ); | 197 | mIsPhoneSync= config->readBoolEntry( "IsPhoneSync", mIsPhoneSync ); |
197 | mIsPiSync= config->readBoolEntry( "IsPiSync", mIsPiSync ); | 198 | mIsPiSync= config->readBoolEntry( "IsPiSync", mIsPiSync ); |
199 | mIsPiSyncSpec= config->readBoolEntry( "IsPiSyncSpec", mIsPiSyncSpec ); | ||
198 | mIsKapiFile = config->readBoolEntry( "IsKapiFile", mIsKapiFile ); | 200 | mIsKapiFile = config->readBoolEntry( "IsKapiFile", mIsKapiFile ); |
199 | 201 | ||
@@ -202,4 +204,6 @@ void KSyncProfile::readConfig(KConfig *config ) | |||
202 | mFilterInAB = config->readEntry( "FilterInAB", mFilterInAB ); | 204 | mFilterInAB = config->readEntry( "FilterInAB", mFilterInAB ); |
203 | mFilterOutAB = config->readEntry( "FilterOutAB", mFilterOutAB ); | 205 | mFilterOutAB = config->readEntry( "FilterOutAB", mFilterOutAB ); |
206 | mResSpecKopi = config->readEntry( "ResSpecKopi", mResSpecKopi ); | ||
207 | mResSpecKapi = config->readEntry( "ResSpecKapi", mResSpecKapi ); | ||
204 | 208 | ||
205 | } | 209 | } |
@@ -266,4 +270,5 @@ void KSyncProfile::writeConfig( KConfig * config ) | |||
266 | config->writeEntry( "IsPhoneSync", mIsPhoneSync ); | 270 | config->writeEntry( "IsPhoneSync", mIsPhoneSync ); |
267 | config->writeEntry( "IsPiSync", mIsPiSync ); | 271 | config->writeEntry( "IsPiSync", mIsPiSync ); |
272 | config->writeEntry( "IsPiSyncSpec", mIsPiSyncSpec ); | ||
268 | config->writeEntry( "IsKapiFile", mIsKapiFile ); | 273 | config->writeEntry( "IsKapiFile", mIsKapiFile ); |
269 | config->writeEntry( "FilterInCal", mFilterInCal ); | 274 | config->writeEntry( "FilterInCal", mFilterInCal ); |
@@ -272,4 +277,6 @@ void KSyncProfile::writeConfig( KConfig * config ) | |||
272 | config->writeEntry( "FilterOutAB", mFilterOutAB ); | 277 | config->writeEntry( "FilterOutAB", mFilterOutAB ); |
273 | 278 | ||
279 | config->writeEntry( "ResSpecKopi", mResSpecKopi ); | ||
280 | config->writeEntry( "ResSpecKapi", mResSpecKapi ); | ||
274 | } | 281 | } |
275 | 282 | ||