summaryrefslogtreecommitdiffstats
path: root/libkdepim/addresseeview.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-02-16 20:17:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-02-16 20:17:18 +0000
commitf4fae92b6768541e2952173c3d4b09040f95bf7e (patch)
treed8c5d93232235cd635f3310b4d95490df181ba2d /libkdepim/addresseeview.h
parent125c0a08265b75a133644d3b55f47e37c919f45d (diff)
downloadtdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.tar.gz
tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.zip
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
Diffstat (limited to 'libkdepim/addresseeview.h')
-rw-r--r--libkdepim/addresseeview.h6
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,