author | zautrix <zautrix> | 2004-10-05 09:22:20 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-05 09:22:20 (UTC) |
commit | aed6a774c2938b284d6cbc5026e3285c9c6ad24b (patch) (side-by-side diff) | |
tree | f05eefae589ae58b1d07d62c0c3d216ffb8d4f95 /korganizer/koprefs.h | |
parent | 701cd3c2b2b713c12797f5bda24c35d3a7889539 (diff) | |
download | kdepimpi-aed6a774c2938b284d6cbc5026e3285c9c6ad24b.zip kdepimpi-aed6a774c2938b284d6cbc5026e3285c9c6ad24b.tar.gz kdepimpi-aed6a774c2938b284d6cbc5026e3285c9c6ad24b.tar.bz2 |
sync fixes
-rw-r--r-- | korganizer/koprefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/korganizer/koprefs.h b/korganizer/koprefs.h index 7abd741..d9ac851 100644 --- a/korganizer/koprefs.h +++ b/korganizer/koprefs.h @@ -266,32 +266,33 @@ class KOPrefs : public KPimPrefs bool mMonthViewUsesForegroundColor; bool mHightlightDateTimeEdit; bool mShortDateInViewer; QStringList mLocationDefaults; QStringList mEventSummaryUser; QStringList mTodoSummaryUser; bool mUseInternalAlarmNotification; int mAlarmPlayBeeps; int mAlarmSuspendTime; int mAlarmSuspendCount; int mAlarmBeepInterval; QString mPassiveSyncPort; + QString mPassiveSyncPw; QString mActiveSyncPort; QString mActiveSyncIP; //US I copied the following settings into KPimGlobalPrefs // that allows us later to easily remove the settings from here. int mPreferredDate; QString mUserDateFormatLong; QString mUserDateFormatShort; int mPreferredLanguage; int mPreferredTime; bool mWeekStartsOnSunday; QString mTimeZoneId; bool mUseDaylightsaving; int mDaylightsavingStart; int mDaylightsavingEnd; |