~ubuntu-branches/ubuntu/trusty/kdepimlibs/trusty

« back to all changes in this revision

Viewing changes to kcal/vcaldrag.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Philip Muškovac
  • Date: 2013-11-23 17:36:44 UTC
  • mfrom: (1.1.102)
  • Revision ID: package-import@ubuntu.com-20131123173644-p5ow94192ezsny8g
Tags: 4:4.11.80-0ubuntu1
[ Rohan Garg ]
* New upstream beta release
  - Bump akonadi requirement to 1.10.45
  - Update install files
  - Update symbols

[ Philip Muškovac ]
* kdepimlibs-dev/-dbg breaks/replaces kdepim-runtime/-dbg (<< 4:4.11.80)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    /**
40
40
      Mime-type of iCalendar
41
41
    */
42
 
    KCAL_EXPORT_DEPRECATED QString mimeType();
 
42
    KCAL_DEPRECATED_EXPORT QString mimeType();
43
43
    /**
44
44
      Sets the vCalendar representation as data of the drag object
45
45
    */
46
 
    KCAL_EXPORT_DEPRECATED bool populateMimeData( QMimeData *e, Calendar *cal );
 
46
    KCAL_DEPRECATED_EXPORT bool populateMimeData( QMimeData *e, Calendar *cal );
47
47
    /**
48
48
      Return, if drag&drop object can be decode to vCalendar.
49
49
    */
50
 
    KCAL_EXPORT_DEPRECATED bool canDecode( const QMimeData * );
 
50
    KCAL_DEPRECATED_EXPORT bool canDecode( const QMimeData * );
51
51
    /**
52
52
      Decode drag&drop object to vCalendar component \a vcal.
53
53
    */
54
 
    KCAL_EXPORT_DEPRECATED bool fromMimeData( const QMimeData *e, Calendar *cal );
 
54
    KCAL_DEPRECATED_EXPORT bool fromMimeData( const QMimeData *e, Calendar *cal );
55
55
}
56
56
 
57
57
}