summaryrefslogtreecommitdiffabout
path: root/kabc/addressee.h
Side-by-side diff
Diffstat (limited to 'kabc/addressee.h') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/addressee.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/kabc/addressee.h b/kabc/addressee.h
index aac78dc..0ea1803 100644
--- a/kabc/addressee.h
+++ b/kabc/addressee.h
@@ -120,2 +120,3 @@ class Addressee
void mergeContact( const Addressee& ad, bool isSubSet );
+ void mergeOLContact( const Addressee& ad );
void simplifyEmails();
@@ -649,2 +650,3 @@ class Addressee
PhoneNumber phoneNumber( int type ) const;
+ QString phoneNumberString( int type ) const;
@@ -733,3 +735,3 @@ class Addressee
Address::List addresses() const;
-
+ Address otherAddress() const;
/**