From 8f852fddc2dc5b63511d6ad1c85a1e74141969ff Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 13 Oct 2004 03:05:35 +0000 Subject: fixed one syncing problem --- (limited to 'libkdepim/ksyncprofile.h') diff --git a/libkdepim/ksyncprofile.h b/libkdepim/ksyncprofile.h index 6a68bd7..0a59111 100644 --- a/libkdepim/ksyncprofile.h +++ b/libkdepim/ksyncprofile.h @@ -134,6 +134,8 @@ class KSyncProfile : public QObject { bool getIsPhoneSync( ) { return mIsPhoneSync;} void setIsPiSync( bool b ) { mIsPiSync= b;} bool getIsPiSync( ) { return mIsPiSync;} + void setIsKapiFile( bool b ) { mIsKapiFile= b;} + bool getIsKapiFile( ) { return mIsKapiFile;} private: QString mName; QString mPreSyncCommand; @@ -180,6 +182,7 @@ class KSyncProfile : public QObject { bool mWriteContactToSIM; bool mIsPiSync; + bool mIsKapiFile; }; #endif -- cgit v0.9.0.2