~ubuntu-branches/ubuntu/quantal/kdepimlibs/quantal-proposed

« back to all changes in this revision

Viewing changes to kcalutils/incidenceformatter.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-12-23 21:35:15 UTC
  • mto: This revision was merged to the branch mainline in revision 113.
  • Revision ID: package-import@ubuntu.com-20111223213515-tfvydi3m3xcq1wr5
Tags: upstream-4.7.95
Import upstream version 4.7.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
    bool outlookCompareStyle );
165
165
 
166
166
  /**
167
 
    Format a TNEF attachment to an HTML mail
168
 
  */
169
 
  KCALUTILS_EXPORT QString formatTNEFInvitation( const QByteArray &tnef,
170
 
                                                 const KCalCore::Calendar::Ptr &mCalendar,
171
 
                                                 InvitationFormatterHelper *helper );
172
 
  /**
173
 
    Transform a TNEF attachment to an iCal or vCard
174
 
  */
175
 
  KCALUTILS_EXPORT QString msTNEFToVPart( const QByteArray &tnef );
176
 
 
177
 
  /**
178
167
    Build a pretty QString representation of an Incidence's recurrence info.
179
168
    @param incidence is a pointer to the Incidence whose recurrence info
180
169
    is to be formatted.