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

« back to all changes in this revision

Viewing changes to kabc/addressbook.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:
43
43
 
44
44
  This class provides access to a collection of address book entries.
45
45
 */
46
 
class KABC_EXPORT_DEPRECATED AddressBook : public QObject
 
46
class KABC_DEPRECATED_EXPORT AddressBook : public QObject
47
47
{
48
48
  Q_OBJECT
49
49
 
61
61
 
62
62
      This class provides an iterator for address book entries.
63
63
     */
64
 
    class KABC_EXPORT_DEPRECATED Iterator  //krazy:exclude=dpointer
 
64
    class KABC_DEPRECATED_EXPORT Iterator  //krazy:exclude=dpointer
65
65
    {
66
66
      friend class AddressBook;
67
67
      friend class ConstIterator;
166
166
 
167
167
      This class provides a const iterator for address book entries.
168
168
     */
169
 
    class KABC_EXPORT_DEPRECATED ConstIterator //krazy:exclude=dpointer
 
169
    class KABC_DEPRECATED_EXPORT ConstIterator //krazy:exclude=dpointer
170
170
    {
171
171
      friend class AddressBook;
172
172
      public: