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
Plymouth KCM
Commits
acfd52dd
Commit
acfd52dd
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
a53aaee8
Pipeline
#168291
passed with stage
in 46 seconds
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/helper.cpp
View file @
acfd52dd
...
...
@@ -20,6 +20,8 @@
#include
<QProcess>
#include
<QRegularExpression>
#include
<KAuth/HelperSupport>
#include
"ktar.h"
#include
"kzip.h"
#include
<KArchive>
...
...
src/helper.h
View file @
acfd52dd
...
...
@@ -8,7 +8,7 @@
#ifndef PLYMOUTH_HELPER_H
#define PLYMOUTH_HELPER_H
#include
<
ka
uth
.h
>
#include
<
KA
uth
/ActionReply
>
using
namespace
KAuth
;
...
...
src/kcm.cpp
View file @
acfd52dd
...
...
@@ -27,8 +27,8 @@
#include
<KLocalizedString>
#include
<
ka
uth
a
ction
.h
>
#include
<
ka
uth
e
xecute
j
ob
.h
>
#include
<
KA
uth
/A
ction>
#include
<
KA
uth
/E
xecute
J
ob>
#include
<KNewStuff3/KNSCore/EntryInternal>
...
...
src/kplymouththemeinstaller.cpp
View file @
acfd52dd
...
...
@@ -19,10 +19,10 @@
#include
"ktar.h"
#include
"kzip.h"
#include
<KArchive>
#include
<KAuth/Action>
#include
<KAuth/ExecuteJob>
#include
<KConfigGroup>
#include
<KSharedConfig>
#include
<kauthaction.h>
#include
<kauthexecutejob.h>
#include
<klocalizedstring.h>
int
main
(
int
argc
,
char
**
argv
)
...
...
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