41 #include <kdemacros.h>
44 #include <libkcal/attendee.h>
65 bool mailICal( const TQString &to, const TQString &iCal,
66 const TQString &subject, const TQString &status,
67 bool delMessage = true ) const;
70 TQString receiver() const;
73 TQString sender() const;
76 void closeIfSecondaryWindow() const;
78 bool askForComment( KCal::Attendee::PartStat status ) const;
79 bool deleteInvitationAfterReply() const;
80 bool exchangeCompatibleInvitations() const;
81 bool outlookCompatibleInvitationReplyComments() const;
84 TQString askForTransport( bool nullIdentity ) const;
88 mutable TQString mReceiver;
89 mutable bool mReceiverSet;
|