Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Konqueror
Commits
c5db041e
Commit
c5db041e
authored
Sep 17, 2020
by
Laurent Montel
😁
Browse files
Port kf5 deprecated method
parent
5139a97d
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/akregator/akregatorplugin.cpp
View file @
c5db041e
...
...
@@ -42,7 +42,7 @@ AkregatorMenu::AkregatorMenu(QObject *parent, const QVariantList &args)
Q_UNUSED
(
args
);
#if 0
if (QByteArray(kapp->name()) == "kdesktop" && !KAuthorized::authorize
K
Action("editable_desktop_icons")) {
if (QByteArray(kapp->name()) == "kdesktop" && !KAuthorized::authorizeAction("editable_desktop_icons")) {
return;
}
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment