diff options
Diffstat (limited to 'libkdepim/addresseeview.h')
-rw-r--r-- | libkdepim/addresseeview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkdepim/addresseeview.h b/libkdepim/addresseeview.h index ae7281b5b..74c3a657b 100644 --- a/libkdepim/addresseeview.h +++ b/libkdepim/addresseeview.h @@ -84,7 +84,7 @@ class KDE_EXPORT AddresseeView : public KTextBrowser /** Sets which parts of the contact shall be presented as links. - The mask can be OR'ed LinkMask. By default all links are enabled. + The tqmask can be OR'ed LinkMask. By default all links are enabled. */ void enableLinks( int linkMask ); @@ -114,7 +114,7 @@ class KDE_EXPORT AddresseeView : public KTextBrowser </div> @param addr The addressee object. - @param linkMask The mask for which parts of the contact will + @param linkMask The tqmask for which parts of the contact will be displayed as links. The links looks like this: "addr://<addr id>" for addresses @@ -124,7 +124,7 @@ class KDE_EXPORT AddresseeView : public KTextBrowser "im:<im addrss>" for instant messaging addresses "sms://<phone number>" for sending a sms @param internalLoading If true, the loading of internal pictures is done automatically. - @param fieldMask The mask for which fields of the contact will + @param fieldMask The tqmask for which fields of the contact will be displayed. */ static TQString vCardAsHTML( const KABC::Addressee& addr, ::KIMProxy *proxy, LinkMask linkMask = DefaultLinks, |