Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
241c6976
Commit
241c6976
authored
Apr 24, 2022
by
Volker Krause
Browse files
Use non-deprecated KAuth includes
Needed to build with KF deprecation level 5.92 or above.
parent
ed8957eb
Pipeline
#168332
passed with stage
in 6 minutes and 48 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
kcms/kfontinst/dbus/FontInst.cpp
View file @
241c6976
...
...
@@ -11,7 +11,10 @@
#include
"fontinstadaptor.h"
#include
"kfontinst_debug.h"
#include
<KAuth>
#include
<KAuth/Action>
#include
<KAuth/ActionReply>
#include
<KAuth/ExecuteJob>
#include
<KAuth/HelperSupport>
#include
<QDebug>
#include
<QTimer>
#include
<fontconfig/fontconfig.h>
...
...
kcms/kfontinst/dbus/Helper.cpp
View file @
241c6976
...
...
@@ -10,6 +10,7 @@
#include
"FontInst.h"
#include
"Misc.h"
#include
"Utils.h"
#include
<KAuth/HelperSupport>
#include
<QCoreApplication>
#include
<QDebug>
#include
<QDomDocument>
...
...
kcms/kfontinst/dbus/Helper.h
View file @
241c6976
...
...
@@ -5,7 +5,7 @@
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include
<KAuth>
#include
<KAuth
/ActionReply
>
#include
<QObject>
#include
<QSet>
...
...
runners/kill/killrunner.cpp
View file @
241c6976
...
...
@@ -11,7 +11,7 @@
#include
<QDebug>
#include
<QIcon>
#include
<KAuth>
#include
<KAuth
/Action
>
#include
<KLocalizedString>
#include
<KProcess>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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