mirror of
https://github.com/loimu/zeit.git
synced 2025-09-15 12:58:44 +08:00
fix deprecation warnings on header includes
This commit is contained in:
parent
387f23bc7f
commit
64f88baedd
@ -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
|
||||
|
||||
@ -20,7 +20,8 @@
|
||||
#ifndef ZEITHELPER_H
|
||||
#define ZEITHELPER_H
|
||||
|
||||
#include <KAuth>
|
||||
#include <KAuth/ExecuteJob>
|
||||
#include <KAuth//HelperSupport>
|
||||
|
||||
using namespace KAuth;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user