-rw-r--r-- | kabc/resource.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/kabc/resource.h b/kabc/resource.h index 2024d2d..e5f0d5d 100644 --- a/kabc/resource.h +++ b/kabc/resource.h @@ -35,4 +35,2 @@ $Id$ -class KSyncProfile; - namespace KABC { @@ -62,8 +60,2 @@ class Resource : public KRES::Resource { -private: - /** - * make this constructor private to force everybody to use the other one - */ - Resource( const KConfig *config); - public: @@ -72,3 +64,3 @@ public: */ - Resource( const KConfig *config, bool syncable ); + Resource( const KConfig *config ); @@ -141,7 +133,2 @@ public: - - virtual bool isSyncable() const; - - virtual KSyncProfile* getSyncProfile(); - /** @@ -160,3 +147,2 @@ private: AddressBook *mAddressBook; - KSyncProfile *mSyncProfile; QString mFileName; |