From edd36b813763c304b104f276437c2c60ee9bd1f1 Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 07 Oct 2004 09:56:31 +0000 Subject: sync fixes --- (limited to 'kabc/addressbook.h') diff --git a/kabc/addressbook.h b/kabc/addressbook.h index 8f62f0d..3603ec1 100644 --- a/kabc/addressbook.h +++ b/kabc/addressbook.h @@ -142,7 +142,8 @@ class AddressBook : public QObject */ bool save( Ticket *ticket ); bool saveAB( ); - + void export2File( QString fileName ); + void importFromFile( QString fileName ); /** Returns a iterator for first entry of address book. */ @@ -173,7 +174,7 @@ class AddressBook : public QObject unique id already exists in the address book it it replaced by the new one. If not the new object is appended to the address book. */ - void insertAddressee( const Addressee &, bool setRev = true ); + void insertAddressee( const Addressee &, bool setRev = true, bool takeResource = false); /** Removes entry from the address book. -- cgit v0.9.0.2