From ae6aaaf2ec81317d275ebaabba2de188279b58cd Mon Sep 17 00:00:00 2001 From: ulf69 Date: Fri, 01 Oct 2004 05:22:45 +0000 Subject: moved the global sync stuff from kabcore into a new class ksyncmanaager which can be used from all types of applications, like kapi, kopi and pwmpi --- (limited to 'libkdepim/kpimprefs.h') diff --git a/libkdepim/kpimprefs.h b/libkdepim/kpimprefs.h index 860665b..01c57a3 100644 --- a/libkdepim/kpimprefs.h +++ b/libkdepim/kpimprefs.h @@ -56,9 +56,30 @@ class KPimPrefs : public KPrefs public: QStringList mCustomCategories; + // sync stuff + QString mLocalMachineName; + QStringList mExternSyncProfiles; + QStringList mSyncProfileNames; + bool mAskForPreferences; + bool mShowSyncSummary; + bool mShowSyncEvents; + bool mShowTodoInAgenda; + bool mWriteBackExistingOnly; + int mSyncAlgoPrefs; + int mRingSyncAlgoPrefs; + bool mWriteBackFile; + int mWriteBackInFuture; + QString mPhoneDevice; + QString mPhoneConnection; + QString mPhoneModel; + QString mLastSyncedLocalFile; // save! + protected: virtual void setCategoryDefaults(); + + + }; #endif -- cgit v0.9.0.2