summaryrefslogtreecommitdiff
path: root/library/backend/vobject_p.h
Unidiff
Diffstat (limited to 'library/backend/vobject_p.h') (more/less context) (show whitespace changes)
-rw-r--r--library/backend/vobject_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/backend/vobject_p.h b/library/backend/vobject_p.h
index a0d921e..0d0a2a8 100644
--- a/library/backend/vobject_p.h
+++ b/library/backend/vobject_p.h
@@ -65,24 +65,26 @@ to show that the internal representation can be written back
65in the original text format. 65in the original text format.
66 66
67For more information on this API see the readme.txt file 67For more information on this API see the readme.txt file
68which accompanied this distribution. 68which accompanied this distribution.
69 69
70 Also visit: 70 Also visit:
71 71
72 http://www.versit.com 72 http://www.versit.com
73 http://www.ralden.com 73 http://www.ralden.com
74 74
75*/ 75*/
76 76
77// No tr() anywhere in this file
78
77 79
78#ifndef __VOBJECT_H__ 80#ifndef __VOBJECT_H__
79#define __VOBJECT_H__ 1 81#define __VOBJECT_H__ 1
80 82
81#include <qstring.h> 83#include <qstring.h>
82 84
83 #define vCardClipboardFormat "+//ISBN 1-887687-00-9::versit::PDI//vCard" 85 #define vCardClipboardFormat "+//ISBN 1-887687-00-9::versit::PDI//vCard"
84 #define vCalendarClipboardFormat"+//ISBN 1-887687-00-9::versit::PDI//vCalendar" 86 #define vCalendarClipboardFormat"+//ISBN 1-887687-00-9::versit::PDI//vCalendar"
85 87
86/* The above strings vCardClipboardFormat and vCalendarClipboardFormat 88/* The above strings vCardClipboardFormat and vCalendarClipboardFormat
87are globally unique IDs which can be used to generate clipboard format 89are globally unique IDs which can be used to generate clipboard format
88ID's as per the requirements of a specific platform. For example, in 90ID's as per the requirements of a specific platform. For example, in
@@ -133,25 +135,25 @@ For example:
133 #define VCBBSProp "BBS" 135 #define VCBBSProp "BBS"
134 #define VCBirthDateProp "BDAY" 136 #define VCBirthDateProp "BDAY"
135 #define VCBMPProp "BMP" 137 #define VCBMPProp "BMP"
136 #define VCBodyProp "BODY" 138 #define VCBodyProp "BODY"
137 #define VCBusinessRoleProp "ROLE" 139 #define VCBusinessRoleProp "ROLE"
138 #define VCCalProp "VCALENDAR" 140 #define VCCalProp "VCALENDAR"
139 #define VCCaptionProp "CAP" 141 #define VCCaptionProp "CAP"
140 #define VCCardProp "VCARD" 142 #define VCCardProp "VCARD"
141 #define VCCarProp "CAR" 143 #define VCCarProp "CAR"
142 #define VCCategoriesProp "CATEGORIES" 144 #define VCCategoriesProp "CATEGORIES"
143 #define VCCellularProp "CELL" 145 #define VCCellularProp "CELL"
144 #define VCCGMProp "CGM" 146 #define VCCGMProp "CGM"
145 #define VCCharSetProp "CS" 147 #define VCCharSetProp "CHARSET"
146 #define VCCIDProp "CID" 148 #define VCCIDProp "CID"
147 #define VCCISProp "CIS" 149 #define VCCISProp "CIS"
148 #define VCCityProp "L" 150 #define VCCityProp "L"
149 #define VCClassProp "CLASS" 151 #define VCClassProp "CLASS"
150 #define VCCommentProp "NOTE" 152 #define VCCommentProp "NOTE"
151 #define VCCompletedProp "COMPLETED" 153 #define VCCompletedProp "COMPLETED"
152 #define VCContentIDProp "CONTENT-ID" 154 #define VCContentIDProp "CONTENT-ID"
153 #define VCCountryNameProp "C" 155 #define VCCountryNameProp "C"
154 #define VCDAlarmProp "DALARM" 156 #define VCDAlarmProp "DALARM"
155 #define VCDataSizeProp "DATASIZE" 157 #define VCDataSizeProp "DATASIZE"
156 #define VCDayLightProp "DAYLIGHT" 158 #define VCDayLightProp "DAYLIGHT"
157 #define VCDCreatedProp "DCREATED" 159 #define VCDCreatedProp "DCREATED"