D8824: port from deprecated KAuthorized::authorizeKAction to authorizeAction

2017-11-16 Thread Harald Sitter
This revision was automatically updated to reflect the committed changes.
Closed by commit R294:378808a575d7: port from deprecated 
KAuthorized::authorizeKAction to authorizeAction (authored by sitter).

REPOSITORY
  R294 KBookmarks

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D8824?vs=22378=22442

REVISION DETAIL
  https://phabricator.kde.org/D8824

AFFECTED FILES
  src/kbookmarkmenu.cpp

To: sitter, #frameworks, apol


D8824: port from deprecated KAuthorized::authorizeKAction to authorizeAction

2017-11-15 Thread Aleix Pol Gonzalez
apol accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R294 KBookmarks

BRANCH
  kauthorize-deprecations

REVISION DETAIL
  https://phabricator.kde.org/D8824

To: sitter, #frameworks, apol


D8824: port from deprecated KAuthorized::authorizeKAction to authorizeAction

2017-11-14 Thread Harald Sitter
sitter created this revision.
sitter added a reviewer: Frameworks.
Restricted Application added a project: Frameworks.

REVISION SUMMARY
  authorizeKAction is internally calling authorizeAction, so simply switch
  the function calls to the new name
  
  fixes excessive deprecation warnings getting raised

REPOSITORY
  R294 KBookmarks

BRANCH
  kauthorize-deprecations

REVISION DETAIL
  https://phabricator.kde.org/D8824

AFFECTED FILES
  src/kbookmarkmenu.cpp

To: sitter, #frameworks