fix deprecation warnings on header includes

This commit is contained in:
blaze 2022-11-29 00:02:34 +03:00
parent 387f23bc7f
commit 64f88baedd
No known key found for this signature in database
GPG Key ID: C4996C546950EAE4
2 changed files with 4 additions and 3 deletions

View File

@ -20,8 +20,8 @@
#include <QDateTime>
#ifdef BUILD_HELPER
#include <KAuthAction>
#include <KAuthExecuteJob>
#include <KAuth/Action>
#include <KAuth/ExecuteJob>
#define ROOT_ACTIONS d->systemCron
#else

View File

@ -20,7 +20,8 @@
#ifndef ZEITHELPER_H
#define ZEITHELPER_H
#include <KAuth>
#include <KAuth/ExecuteJob>
#include <KAuth//HelperSupport>
using namespace KAuth;