From f4fae92b6768541e2952173c3d4b09040f95bf7e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 16 Feb 2011 20:17:18 +0000 Subject: Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkdepim/addresseeview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libkdepim/addresseeview.h') 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 @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://" for addresses @@ -124,7 +124,7 @@ class KDE_EXPORT AddresseeView : public KTextBrowser "im:" for instant messaging addresses "sms://" 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, -- cgit v1.2.1