-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 @@ -34,6 +34,4 @@ $Id$ #include "addressbook.h" -class KSyncProfile; - namespace KABC { @@ -61,15 +59,9 @@ class Ticket class Resource : public KRES::Resource { -private: - /** - * make this constructor private to force everybody to use the other one - */ - Resource( const KConfig *config); - public: /** * Constructor */ - Resource( const KConfig *config, bool syncable ); + Resource( const KConfig *config ); /** @@ -140,9 +132,4 @@ public: virtual QString fileName() const; - - virtual bool isSyncable() const; - - virtual KSyncProfile* getSyncProfile(); - /** * Set the name of resource.You can override this method, @@ -159,5 +146,4 @@ protected: private: AddressBook *mAddressBook; - KSyncProfile *mSyncProfile; QString mFileName; |