~ubuntu-branches/ubuntu/quantal/kdepim/quantal

« back to all changes in this revision

Viewing changes to kalarm/cal/kaevent.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Kolberg
  • Date: 2011-09-03 13:01:43 UTC
  • mfrom: (0.2.14)
  • Revision ID: package-import@ubuntu.com-20110903130143-5mmx3goibh8sgt9t
Tags: 4:4.7.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
341
341
        OccurType          setNextOccurrence(const KDateTime& preDateTime)  { return d->setNextOccurrence(preDateTime); }
342
342
        void               setFirstRecurrence()                    { d->setFirstRecurrence(); }
343
343
        void               setCategory(KAlarm::CalEvent::Type s)   { d->setCategory(s); }
344
 
        void               setUid(KAlarm::CalEvent::Type s)        { d->mEventID = KAlarm::CalEvent::uid(d->mEventID, s); }
345
344
        void               setEventId(const QString& id)           { d->mEventID = id; }
346
345
#ifdef USE_AKONADI
347
346
        void               setItemId(Akonadi::Item::Id id)         { d->mItemId = id; }