~ubuntu-branches/ubuntu/oneiric/kdepim/oneiric-security

« back to all changes in this revision

Viewing changes to kaddressbook/standardcontactactionmanager.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-12-22 18:24:40 UTC
  • mfrom: (0.2.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20101222182440-ju0oewt2kl096yii
Tags: 4:4.4.9-0ubuntu1
* New upstream release
* Readd kubuntu_02_kalarm_kstatusnotifieritem.diff inadvertently left out of
  debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
class QItemSelectionModel;
33
33
class QWidget;
34
34
 
35
 
namespace Akonadi {
 
35
namespace AkonadiFuture {
36
36
 
37
37
/**
38
38
 * @short Manages contact specific actions for collection and item views.
48
48
     * Describes the supported actions.
49
49
     */
50
50
    enum Type {
51
 
      CreateContact = StandardActionManager::LastType + 1, ///< Creates a new contact
 
51
      CreateContact = Akonadi::StandardActionManager::LastType + 1, ///< Creates a new contact
52
52
      CreateContactGroup,                                  ///< Creates a new contact group
53
53
      EditItem,                                            ///< Edits the selected contact resp. contact group
54
54
      CreateAddressBook,                                   ///< Creates a new address book