summaryrefslogtreecommitdiffabout
path: root/kabc/addressee.h
Unidiff
Diffstat (limited to 'kabc/addressee.h') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/addressee.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kabc/addressee.h b/kabc/addressee.h
index ee98e03..393d1cc 100644
--- a/kabc/addressee.h
+++ b/kabc/addressee.h
@@ -783,24 +783,30 @@ class Addressee
783 783
784 /** 784 /**
785 Set resource where the addressee is from. 785 Set resource where the addressee is from.
786 */ 786 */
787 void setResource( Resource *resource ); 787 void setResource( Resource *resource );
788 788
789 /** 789 /**
790 Return pointer to resource. 790 Return pointer to resource.
791 */ 791 */
792 Resource *resource() const; 792 Resource *resource() const;
793 793
794 /** 794 /**
795 Return resourcelabel.
796 */
797 //US
798 static QString resourceLabel();
799
800 /**
795 Mark addressee as changed. 801 Mark addressee as changed.
796 */ 802 */
797 void setChanged( bool value ); 803 void setChanged( bool value );
798 804
799 /** 805 /**
800 Return whether the addressee is changed. 806 Return whether the addressee is changed.
801 */ 807 */
802 bool changed() const; 808 bool changed() const;
803 809
804 private: 810 private:
805 Addressee copy(); 811 Addressee copy();
806 void detach(); 812 void detach();