diff options
Diffstat (limited to 'kresources/kolab/kabc/contact.h')
-rw-r--r-- | kresources/kolab/kabc/contact.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/kolab/kabc/contact.h b/kresources/kolab/kabc/contact.h index 6e0de80b..60c39933 100644 --- a/kresources/kolab/kabc/contact.h +++ b/kresources/kolab/kabc/contact.h @@ -154,8 +154,8 @@ public: TQString soundAttachmentName() const { return mSoundAttachmentName; } TQByteArray sound() const { return mSound; } - void setChildren( const TQString& children ); - TQString children() const; + void setChildren( const TQString& tqchildren ); + TQString tqchildren() const; void setGender( const TQString& gender ); TQString gender() const; |