-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 @@ -33,8 +33,6 @@ $Id$ #include "addressbook.h" -class KSyncProfile; - namespace KABC { /** @@ -60,17 +58,11 @@ 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 ); /** * Destructor. @@ -139,11 +131,6 @@ public: */ virtual QString fileName() const; - - virtual bool isSyncable() const; - - virtual KSyncProfile* getSyncProfile(); - /** * Set the name of resource.You can override this method, * but also remember to call Resource::setResourceName(). @@ -158,7 +145,6 @@ protected: private: AddressBook *mAddressBook; - KSyncProfile *mSyncProfile; QString mFileName; }; |